mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytestdefs.h
branchRCL_3
changeset 59 666f9a5a90a9
parent 56 63223d4fd956
child 67 16db3449d7ba
equal deleted inserted replaced
56:63223d4fd956 59:666f9a5a90a9
    19 #define MPXPLAYBACKUTILITYTESTDEFS_H
    19 #define MPXPLAYBACKUTILITYTESTDEFS_H
    20 
    20 
    21 const TInt KGeneralPlaybackMsgOffset = 0;
    21 const TInt KGeneralPlaybackMsgOffset = 0;
    22 const TInt KVideoPlaybackMsgOffset = 100;
    22 const TInt KVideoPlaybackMsgOffset = 100;
    23 const TInt KStifPlaybackMsgOffset = 200;
    23 const TInt KStifPlaybackMsgOffset = 200;
       
    24 
       
    25 
       
    26 
       
    27 
    24 const TInt KMPXMessageStif = 0x20011397;
    28 const TInt KMPXMessageStif = 0x20011397;
       
    29 
       
    30 //
       
    31 //  TInt for Command Id
       
    32 //
       
    33 const TMPXAttributeData KMPXStifPlaybackCommand = { KMPXMessageStif, 0x01 };
       
    34 
       
    35 
       
    36 enum TMPXStifCommand
       
    37 {
       
    38     EPbStifPlayComplete,
       
    39     EPbStifSeekForward,
       
    40     EPbStifSeekBackward
       
    41 
       
    42 };
    25 
    43 
    26 
    44 
    27 #endif      // MPXPLAYBACKUTILITYTESTDEFS_H
    45 #endif      // MPXPLAYBACKUTILITYTESTDEFS_H
    28 
    46 
    29 // End of File
    47 // End of File