mpris2.interfaces module¶
From mprisV2.2 documentation
http://specifications.freedesktop.org/mpris-spec/2.2/#Interfaces
-
class
mpris2.interfaces.
Interfaces
[source]¶ Bases:
object
This class contains the constants defined at index of MPRIS2 definition:
Interfaces:
- MEDIA_PLAYER
‘org.mpris.MediaPlayer2’
- TRACK_LIST
‘org.mpris.MediaPlayer2.TrackList’
- PLAYER
‘org.mpris.MediaPlayer2.Player’
- PLAYLISTS
‘org.mpris.MediaPlayer2.Playlists’
- PROPERTIES
‘org.freedesktop.DBus.Properties’
Signals:
- SIGNAL
‘PropertiesChanged’
Objects:
- OBJECT_PATH
‘/org/mpris/MediaPlayer2’
-
MEDIA_PLAYER
= 'org.mpris.MediaPlayer2'¶
-
OBJECT_PATH
= '/org/mpris/MediaPlayer2'¶
-
PLAYER
= 'org.mpris.MediaPlayer2.Player'¶
-
PLAYLISTS
= 'org.mpris.MediaPlayer2.Playlists'¶
-
PROPERTIES
= 'org.freedesktop.DBus.Properties'¶
-
SIGNAL
= 'PropertiesChanged'¶
-
TRACK_LIST
= 'org.mpris.MediaPlayer2.TrackList'¶