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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface ClutterGst.Player