videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h
branchRCL_3
changeset 7 e3b7e04384fe
parent 0 822a42b6c3f1
child 9 d814ed7f9a12
equal deleted inserted replaced
3:bdf78597b41c 7:e3b7e04384fe
    13 *
    13 *
    14 * Description:   Definitions for video type*
    14 * Description:   Definitions for video type*
    15 */
    15 */
    16 
    16 
    17 
    17 
    18 // Version : %version: ou1cpsw#4 %
    18 // Version : %version: 6 %
    19 
    19 
    20 
    20 
    21 #ifndef CMPXVIDEOPLAYBACKDEFS_H
    21 #ifndef CMPXVIDEOPLAYBACKDEFS_H
    22 #define CMPXVIDEOPLAYBACKDEFS_H
    22 #define CMPXVIDEOPLAYBACKDEFS_H
    23 
    23 
   136 
   136 
   137 //
   137 //
   138 //  Content ID identifying video display window category of content provided
   138 //  Content ID identifying video display window category of content provided
   139 //  in the media object and associated attributes.
   139 //  in the media object and associated attributes.
   140 //
   140 //
   141 const TInt KMPXMediaIdVideoDisplayMessage = 0x20024333;
   141 const TInt KMPXMediaIdVideoDisplaySyncMessage = 0x20024333;
   142 
   142 
   143 //
   143 //
   144 //  TInt for Command Id
   144 //  TInt for Command Id
   145 //
   145 //
   146 const TMPXAttributeData KMPXMediaVideoDisplayCommand = { KMPXMediaIdVideoDisplayMessage, 0x01 };
   146 const TMPXAttributeData KMPXMediaVideoDisplayCommand = { KMPXMediaIdVideoDisplaySyncMessage, 0x01 };
   147 
   147 
   148 //
   148 //
   149 //  TSurfaceId
   149 //  TSurfaceId
   150 //
   150 //
   151 const TMPXAttributeData KMPXMediaVideoDisplayTSurfaceId = { KMPXMediaIdVideoDisplayMessage, 0x02 };
   151 const TMPXAttributeData KMPXMediaVideoDisplayTSurfaceId = { KMPXMediaIdVideoDisplaySyncMessage, 0x02 };
   152 
   152 
   153 //
   153 //
   154 //  TRect
   154 //  TRect
   155 //
   155 //
   156 const TMPXAttributeData KMPXMediaVideoDisplayCropRect = { KMPXMediaIdVideoDisplayMessage, 0x04 };
   156 const TMPXAttributeData KMPXMediaVideoDisplayCropRect = { KMPXMediaIdVideoDisplaySyncMessage, 0x04 };
   157 
   157 
   158 //
   158 //
   159 //  TVideoAspectRatio
   159 //  TVideoAspectRatio
   160 //
   160 //
   161 const TMPXAttributeData KMPXMediaVideoDisplayAspectRatio = { KMPXMediaIdVideoDisplayMessage, 0x08 };
   161 const TMPXAttributeData KMPXMediaVideoDisplayAspectRatio = { KMPXMediaIdVideoDisplaySyncMessage, 0x08 };
       
   162 
   162 
   163 
   163 enum TMPXVideoDisplayCommand
   164 enum TMPXVideoDisplayCommand
   164 {
   165 {
   165     EPbMsgVideoSurfaceCreated,
   166     EPbMsgVideoSurfaceCreated,
   166     EPbMsgVideoSurfaceChanged,
   167     EPbMsgVideoSurfaceChanged,