MusicPlayer
Object Hierarchy:
Description:
Namespace: Unity
Package: unity
Content:
Properties:
- public AppInfo app_info { get; construct; }
- public bool can_go_next { get; set; }
- public bool can_go_previous { get; set; }
- public bool can_pause { get; set; }
- public bool can_play { get; set; }
- public Playlist current_playlist { get; set; }
- public TrackMetadata current_track { get; set; }
- public string desktop_file_name { get; construct; }
- public bool is_blacklisted { get; set; }
- public PlaybackState playback_state { get; set; }
- public Menuitem? player_menu { get; set; }
- public string title { get; set; }
- public Menuitem? track_menu { get; set; }
Creation methods:
- public MusicPlayer (string desktop)
Methods:
- public bool add_playlist (Playlist p)
- public void edit_playlist_name (string id, string name)
- public void export ()
- public Playlist[] get_playlists ()
- public bool remove_playlist (Playlist p)
- public void unexport ()
Signals:
- public signal void activate_playlist (ObjectPath playlist_id)
- public signal void next ()
- public signal void play_pause ()
- public signal void previous ()
- public signal void raise ()
Inherited Members:
All known members inherited from class GLib.Object