MediaStreamImpl
class MediaStreamImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : MediaStream
The MediaStreamImpl type represents a native instance of the abstract MediaStream class.
Constructors
Functions
Link copied to clipboard
Returns whether the stream has finished initializing.
Link copied to clipboard
Checks if a stream may be seekable.
Link copied to clipboard
Ends a seek operation started via GtkMediaStream.seek() as a failure.
Link copied to clipboard
Ends a seek operation started via GtkMediaStream.seek() successfully.
Link copied to clipboard
Pauses the media stream and marks it as ended.
Link copied to clipboard
open fun streamPrepared(hasAudio: Boolean, hasVideo: Boolean, seekable: Boolean, duration: <Error class: unknown class>)
Called by GtkMediaStream
implementations to advertise the stream being ready to play and providing details about the stream.
Link copied to clipboard
Resets a given media stream implementation.
Link copied to clipboard
Same as gtk_media_stream_stream_unprepared().