mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytestdefs.h
branchRCL_3
changeset 67 16db3449d7ba
parent 59 666f9a5a90a9
equal deleted inserted replaced
63:91d5ad76f5c6 67:16db3449d7ba
    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 
       
    28 const TInt KMPXMessageStif = 0x20011397;
    24 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 };
       
    43 
    25 
    44 
    26 
    45 #endif      // MPXPLAYBACKUTILITYTESTDEFS_H
    27 #endif      // MPXPLAYBACKUTILITYTESTDEFS_H
    46 
    28 
    47 // End of File
    29 // End of File