musicplayer_plat/mpx_music_player_app_api/inc/mpxconstants.h
branchRCL_3
changeset 15 a1247965635c
parent 11 943ff5625028
equal deleted inserted replaced
14:c54d95799c80 15:a1247965635c
    91 const TInt KMPXAllTracksInvalid     = -40001;
    91 const TInt KMPXAllTracksInvalid     = -40001;
    92 
    92 
    93 // Error code to indicate that playback not allowed during video call
    93 // Error code to indicate that playback not allowed during video call
    94 const TInt KMPXErrorVideoCall       = -40002;
    94 const TInt KMPXErrorVideoCall       = -40002;
    95 
    95 
       
    96 // Error code to indicate expired DRM rights
       
    97 const TInt KMPXErrorExpiredRights       = -40003;
       
    98 
       
    99 
    96 #endif  // MPXCONSTANTS_H   
   100 #endif  // MPXCONSTANTS_H   
    97             
   101             
    98 // End of File
   102 // End of File