videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h
branchRCL_3
changeset 15 913622afaa4b
parent 14 09899d2ccb77
child 21 798ee5f1972c
equal deleted inserted replaced
14:09899d2ccb77 15:913622afaa4b
    13 *
    13 *
    14 * Description:   Definitions for video type*
    14 * Description:   Definitions for video type*
    15 */
    15 */
    16 
    16 
    17 
    17 
    18 // Version : %version: 12 %
    18 // Version : %version: 13 %
    19 
    19 
    20 
    20 
    21 #ifndef CMPXVIDEOPLAYBACKDEFS_H
    21 #ifndef CMPXVIDEOPLAYBACKDEFS_H
    22 #define CMPXVIDEOPLAYBACKDEFS_H
    22 #define CMPXVIDEOPLAYBACKDEFS_H
    23 
    23 
   120     EPbCmdHandleDecreaseVolume,
   120     EPbCmdHandleDecreaseVolume,
   121     EPbCmdCustomPause,
   121     EPbCmdCustomPause,
   122     EPbCmdCustomPlay,
   122     EPbCmdCustomPlay,
   123     EPbCmdRetrieveBufferingPercentage,
   123     EPbCmdRetrieveBufferingPercentage,
   124     EPbCmdLoadingStarted,
   124     EPbCmdLoadingStarted,
   125     EPbCmdHideControls
   125     EPbCmdHideControls,
       
   126     EPbCmdSetPosterFrame
   126 };
   127 };
   127 
   128 
   128 enum TMPXGeneralError
   129 enum TMPXGeneralError
   129 {
   130 {
   130     KMPXVideoCallOngoingError = 1,
   131     KMPXVideoCallOngoingError = 1,
   131     KMPXVideoPlayOver2GDuringVoiceCallError,
   132     KMPXVideoPlayOver2GDuringVoiceCallError,
   132     KMPXVideoTvOutPlaybackNotAllowed,
   133     KMPXVideoTvOutPlaybackNotAllowed,
   133     KMPXVideoTvOutPlaybackNotAllowedClose,
   134     KMPXVideoTvOutPlaybackNotAllowedClose,
   134 
   135     KMPXVideoSetPosterFrameFailure,
       
   136     KMPXVideoSetPosterFrameSuccess,
       
   137     KMPXVideoSetPosterFrameNotSupported,
   135     KMPXPluginError
   138     KMPXPluginError
   136 };
   139 };
   137 
   140 
   138 
   141 
   139 //
   142 //