Class

GtkMediaControls

[]

Description [src]

final class Gtk.MediaControls : Gtk.Widget
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
  /* No available fields */
}

Shows controls for video playback.

An example GtkMediaControls

Usually, GtkMediaControls is used as part of GtkVideo.

[]

Hierarchy

hierarchy this GtkMediaControls implements_0 GtkAccessible this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkConstraintTarget this--implements_2 ancestor_0 GtkWidget ancestor_0--this ancestor_1 GInitiallyUnowned ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1
[]

Constructors

gtk_media_controls_new

Creates a new GtkMediaControls managing the stream passed to it.

[]

Instance methods

gtk_media_controls_get_media_stream

Gets the media stream managed by controls or NULL if none.

gtk_media_controls_set_media_stream

Sets the stream that is controlled by controls.

Methods inherited from GtkWidget (164)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (20)
Methods inherited from GtkBuildable (1)
[]

Properties

Gtk.MediaControls:media-stream

The media-stream managed by this object or NULL if none.

Properties inherited from GtkWidget (35)
Properties inherited from GtkAccessible (1)
[]

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure