msg_plat/conversation_services_utilities_api/inc/ccsdefs.h
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 44 36f374c67aa8
equal deleted inserted replaced
34:84197e66a4bd 43:35b64624a9e7
   288  * @typedef TCsMsgPreviewProperty
   288  * @typedef TCsMsgPreviewProperty
   289  */
   289  */
   290 
   290 
   291 enum 
   291 enum 
   292 {
   292 {
   293 	EPreviewNone       = 0x0000,
   293   EPreviewNone           = 0x0000,
   294 	EPreviewImage      = 0x0001,
   294   EPreviewImage          = 0x0001,
   295 	EPreviewAudio      = 0x0002,
   295   EPreviewAudio          = 0x0002,
   296 	EPreviewVideo      = 0x0004,
   296   EPreviewVideo          = 0x0004,
   297 	EPreviewAttachment = 0x0008,
   297   EPreviewAttachment     = 0x0008,
   298 	EPreviewForward    = 0x0010
   298   EPreviewForward        = 0x0010,
   299 };
   299   EPreviewProtectedImage = 0x0020,
       
   300   EPreviewProtectedAudio = 0x0040,
       
   301   EPreviewProtectedVideo = 0x0080,
       
   302   EPreviewCorruptedImage = 0x0100,
       
   303   EPreviewCorruptedAudio = 0x0200,
       
   304   EPreviewCorruptedVideo = 0x0400
       
   305 };
       
   306 
       
   307 typedef TUint16 TCsMsgPreviewProperty;
   300 
   308 
   301 /**
   309 /**
   302  * @typedef TCsPreviewMsgProcessingState
   310  * @typedef TCsPreviewMsgProcessingState
   303  */
   311  */
   304 enum
   312 enum
   306     EPreviewMsgNotProcessed       = 0,
   314     EPreviewMsgNotProcessed       = 0,
   307     EPreviewMsgProcessing         = 1,
   315     EPreviewMsgProcessing         = 1,
   308     EPreviewMsgProcessed          = 2
   316     EPreviewMsgProcessed          = 2
   309 };
   317 };
   310 
   318 
   311 typedef TUint8 TCsMsgPreviewProperty;
       
   312 
       
   313 #endif // __C_CSSERVER_DEFS_H__
   319 #endif // __C_CSSERVER_DEFS_H__
   314 
   320 
   315 // End of file
   321 // End of file