mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytestdefs.h
branchRCL_3
changeset 24 6c1dfe4da5dd
parent 11 780c925249c1
child 25 63223d4fd956
equal deleted inserted replaced
23:e42293e811d8 24:6c1dfe4da5dd
    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