| Top |  |  |  |  | 
| enum | ClutterGstBufferingMode | 
| enum | ClutterGstSeekFlags | 
| struct | ClutterGstBox | 
| struct | ClutterGstFrame | 
| struct | ClutterGstOverlay | 
| struct | ClutterGstOverlays | 
| struct | ClutterGstVideoResolution | 
    GBoxed
    ├── ClutterGstBox
    ├── ClutterGstFrame
    ├── ClutterGstOverlay
    ╰── ClutterGstOverlays
    GEnum
    ╰── ClutterGstBufferingMode
    GFlags
    ╰── ClutterGstSeekFlags
gfloat
clutter_gst_box_get_height (const ClutterGstBox *box);
Since 3.0
Flags that can be given to clutter_gst_player_set_seek_flags().
Since 1.4
struct ClutterGstBox {
  gfloat x1;
  gfloat y1;
  gfloat x2;
  gfloat y2;
};
Since 3.0
struct ClutterGstFrame {
  ClutterGstVideoResolution  resolution;
  CoglPipeline              *pipeline;
};
Since 3.0
struct ClutterGstOverlay {
  ClutterGstBox  position;
  CoglPipeline  *pipeline;
};
Since 3.0