Playback
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_gst_playback_get_type ()" ) ]
public class Playback :
Object,
Player
Implementation of Playback that displays media streams using GStreamer.
The Playback structure contains only private data and should not be accessed directly.
Content:
Properties:
- public int audio_stream { get; set; }
Index of the current audio stream.
- public List<string> audio_streams { get; }
List of audio streams available on the current media.
- public double buffer_fill { get; }
The fill level of the buffer for the current stream, as a value
between 0.0 and 1.0.
- public bool can_seek { get; }
Whether the current stream is seekable.
- public double duration { get; }
The duration of the current stream, in seconds
- public bool in_seek { get; }
Whether or not the stream is being seeked.
- public double progress { get; set; }
The current progress of the playback, as a normalized value between
0.0 and 1.0.
- public SeekFlags seek_flags { get; set; }
Flags to use when seeking.
- public string subtitle_font_name { owned get; set; }
The font used to display subtitles.
- public int subtitle_track { get; set; }
Current subtitle track being displayed.
- public List<string> subtitle_tracks { get; }
List of subtitle tracks available.
- public string subtitle_uri { owned get; set; }
The location of a subtitle file, expressed as a valid URI.
- public string uri { owned get; set; }
The location of a media file, expressed as a valid URI.
- public string user_agent { owned get; set; }
The User Agent used by Playback with
network protocols.
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface ClutterGst.Player