MediaFileImpl  
    class MediaFileImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : MediaFile(source)
The MediaFileImpl type represents a native instance of the abstract MediaFile class.
Constructors
Properties
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
                  Sets the `GtkMediaFile to play the given file.
Link copied to clipboard
                  Sets the `GtkMediaFile to play the given resource.
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
                  This is deprecated since version 4.4.