videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h
changeset 20 fbe6578feb8b
parent 18 2c61986c60fa
child 23 2fa4bdc4457e
equal deleted inserted replaced
18:2c61986c60fa 20:fbe6578feb8b
    13 *
    13 *
    14 * Description:   Definitions for video type*
    14 * Description:   Definitions for video type*
    15 */
    15 */
    16 
    16 
    17 
    17 
    18 // Version : %version: 10 %
    18 // Version : %version: 11 %
    19 
    19 
    20 
    20 
    21 #ifndef CMPXVIDEOPLAYBACKDEFS_H
    21 #ifndef CMPXVIDEOPLAYBACKDEFS_H
    22 #define CMPXVIDEOPLAYBACKDEFS_H
    22 #define CMPXVIDEOPLAYBACKDEFS_H
    23 
    23 
    80 //  TInt
    80 //  TInt
    81 //
    81 //
    82 const TMPXAttributeData KMPXMediaVideoTvOutConnected = { KMPXMediaIdVideoPlayback, 0x200 };
    82 const TMPXAttributeData KMPXMediaVideoTvOutConnected = { KMPXMediaIdVideoPlayback, 0x200 };
    83 
    83 
    84 //
    84 //
    85 //  TInt
       
    86 //
       
    87 const TMPXAttributeData KMPXMediaVideoTvOutPlayAllowed = { KMPXMediaIdVideoPlayback, 0x400 };
       
    88 
       
    89 //
       
    90 //  MimeType returned by the recognizer
    85 //  MimeType returned by the recognizer
    91 //
    86 //
    92 const TMPXAttributeData KMPXMediaVideoRecognizedMimeType = { KMPXMediaIdVideoPlayback, 0x800 };
    87 const TMPXAttributeData KMPXMediaVideoRecognizedMimeType = { KMPXMediaIdVideoPlayback, 0x400 };
    93 
    88 
    94 //
    89 //
    95 //  TInt
    90 //  TInt
    96 //
    91 //
    97 const TMPXAttributeData KMPXMediaVideoBufferingPercentage = { KMPXMediaIdVideoPlayback, 0x1000 };
    92 const TMPXAttributeData KMPXMediaVideoBufferingPercentage = { KMPXMediaIdVideoPlayback, 0x800 };
    98 
    93 
    99 
    94 
   100 enum TMPXVideoPlaybackCommand
    95 enum TMPXVideoPlaybackCommand
   101 {
    96 {
   102     EPbCmdInitView,
    97     EPbCmdInitView,
   127 
   122 
   128 enum TMPXGeneralError
   123 enum TMPXGeneralError
   129 {
   124 {
   130     KMPXVideoCallOngoingError = 1,
   125     KMPXVideoCallOngoingError = 1,
   131     KMPXVideoPlayOver2GDuringVoiceCallError,
   126     KMPXVideoPlayOver2GDuringVoiceCallError,
   132     KMPXVideoTvOutPlaybackNotAllowed,
       
   133     KMPXVideoTvOutPlaybackNotAllowedClose,
       
   134 
       
   135     KMPXPluginError
   127     KMPXPluginError
   136 };
   128 };
   137 
   129 
   138 
   130 
   139 //
   131 //