Media
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_media_get_type ()" ) ]
[
Version ( since =
"0.2" ) ]
public interface Media :
Object
Media is an opaque structure whose members cannot be directly accessed
Content:
Properties:
- public abstract double audio_volume { get; set; }
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 { get; set; }
Whether the Media actor is playing.
- public abstract double progress { get; set; }
The current progress of the playback, as a normalized value between
0.0 and 1.0.
- public abstract string subtitle_font_name { owned get; set; }
The font used to display subtitles.
- public abstract string subtitle_uri { owned get; set; }
The location of a subtitle file, expressed as a valid URI.
- public abstract string uri { owned get; set; }
The location of a media file, expressed as a valid URI.
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object