Media
Object Hierarchy:
Description:
public interface Media :
Object
Interface vtable for Media implementations
Content:
Properties:
- public abstract double audio_volume { set; get; }
The volume of the audio, as a normalized value between 0.0 and 1.0.
- public abstract double buffer_fill { get; }
The fill level of the buffer for the current stream, as a value between 0.0
and 1.0.
- public abstract bool can_seek { get; }
Whether the current stream is seekable.
- public abstract double duration { get; }
The duration of the current stream, in seconds
- public abstract bool playing { set; get; }
Whether the Media actor is playing.
- public abstract double progress { set; get; }
The current progress of the playback, as a normalized value between 0.0 and
1.0.
- public abstract string subtitle_font_name { set; owned get; }
The font used to display subtitles.
- public abstract string subtitle_uri { set; owned get; }
The location of a subtitle file, expressed as a valid URI.
- public abstract string uri { set; owned get; }
The location of a media file, expressed as a valid URI.
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object