mpxplugins/viewplugins/views/inc/mpxcommonplaybackview.hrh
branchRCL_3
changeset 18 c54d95799c80
parent 17 c8156a91d13c
equal deleted inserted replaced
17:c8156a91d13c 18:c54d95799c80
    23 // ENUMS
    23 // ENUMS
    24 
    24 
    25 /** Command ID's. */
    25 /** Command ID's. */
    26 enum TMPXPlaybackViewCommandIds
    26 enum TMPXPlaybackViewCommandIds
    27     {
    27     {
    28     EMPXPbvCmdPlay = 0x1000,
    28     EMPXPbvCmdPlay = 0x2500,
    29     EMPXPbvCmdPause,
    29     EMPXPbvCmdPause,
    30     EMPXPbvCmdStop,
    30     EMPXPbvCmdStop,
    31     EMPXPbvCmdPlayPause,
    31     EMPXPbvCmdPlayPause,
    32     EMPXPbvCmdSeekForward,
    32     EMPXPbvCmdSeekForward,
    33     EMPXPbvCmdSeekBackward,
    33     EMPXPbvCmdSeekBackward,