Method

Gtk.MediaStream.ended

Declaration [src]

void
gtk_media_stream_ended (
  GtkMediaStream* self
)

Description [src]

Pauses the media stream and marks it as ended.

This is a hint only, calls to GtkMediaStream.play() may still happen.

The media stream must be prepared when this function is called.