enjoy: Add note about capabilities/player status values

SVN revision: 62966
This commit is contained in:
Leandro Pereira 2011-08-29 19:54:41 +00:00
parent be41285277
commit 56c89d36a3
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ typedef enum {
ENJOY_EVENT_TRACKLIST_TRACKLIST_CHANGE
} Enjoy_Event_ID;
/*
* Capabilities and player status values conform to the MPRIS 1.0 standard:
* http://www.mpris.org/1.0/spec.html
*/
typedef enum {
ENJOY_CAPABILITY_CAN_GO_NEXT = 1 << 0,
ENJOY_CAPABILITY_CAN_GO_PREV = 1 << 1,