musicplayer_plat/mpx_music_player_app_api/inc/mpxconstants.h
branchRCL_3
changeset 14 943ff5625028
parent 0 ff3acec5bc43
child 21 a1247965635c
equal deleted inserted replaced
11:13afc0e517bd 14:943ff5625028
    70     // A temporary playlist was opened by
    70     // A temporary playlist was opened by
    71     // marking several tracks in Gallery
    71     // marking several tracks in Gallery
    72     EMPXLaunchModeTempPlaylist
    72     EMPXLaunchModeTempPlaylist
    73     };
    73     };
    74 
    74 
       
    75 // Trigger codes for MPX music player view transitions
       
    76 enum TTransitionType
       
    77     {
       
    78     EMPXTranstionNotDefined = 0,
       
    79     EMPXTranstionToRight = 1001,
       
    80     EMPXTranstionToLeft = 1002       
       
    81     };
       
    82 
    75 // ERROR CODES
    83 // ERROR CODES
    76 
    84 
    77 // Error code to note that the rights on a DRM file are about to expire
    85 // Error code to note that the rights on a DRM file are about to expire
    78 // so the proper warning message can be displayed.
    86 // so the proper warning message can be displayed.
    79 const TInt KMPXRightsAboutToExpire  = -40000;     
    87 const TInt KMPXRightsAboutToExpire  = -40000;