| Top |
GtkMediaControls implements GtkAccessible, GtkBuildable and GtkConstraintTarget.
GtkMediaControls is a widget to show controls for a GtkMediaStream and giving users a way to use it.
GtkWidget *
gtk_media_controls_new (GtkMediaStream *stream);
Creates a new GtkMediaControls managing the stream
passed to it.
GtkMediaStream *
gtk_media_controls_get_media_stream (GtkMediaControls *controls);
Gets the media stream managed by controls
or NULL if none.
void gtk_media_controls_set_media_stream (GtkMediaControls *controls,GtkMediaStream *stream);
Sets the stream that is controlled by controls
.
“media-stream” property“media-stream” GtkMediaStream *
The media-stream managed by this object or NULL if none.
Owner: GtkMediaControls
Flags: Read / Write