MediaPlayer
Object Hierarchy:
Description:
Namespace: Rygel
Package: rygel-renderer-2.6
Content:
Properties:
- public abstract string[] allowed_playback_speeds { owned get; }
- public abstract int64 byte_position { get; }
- public abstract bool can_seek { get; }
- public abstract bool can_seek_bytes { get; }
- public abstract string? content_features { owned get; set; }
- public abstract int64 duration { get; }
- public string duration_as_str { owned get; }
- public abstract string? metadata { owned get; set; }
- public abstract string? mime_type { owned get; set; }
- public abstract string playback_speed { owned get; set; }
- public abstract string playback_state { owned get; set; }
- public abstract int64 position { get; }
- public string position_as_str { owned get; }
- public string protocol_info { owned get; }
- public abstract int64 size { get; }
- public abstract string? uri { owned get; set; }
- public abstract string? user_agent { owned get; set; }
- public abstract double volume { get; set; }
Methods:
- public abstract string[] get_mime_types ()
- public abstract string[] get_protocols ()
- protected double play_speed_to_double (string speed)
- public abstract bool seek (int64 time)
- public abstract bool seek_bytes (int64 bytes)
Inherited Members:
All known members inherited from class GLib.Object