multimediacommscontroller/mmccfilesourcesink/inc/mccfilevideo.h
changeset 22 b6d70b04aa2d
parent 0 1bce908db942
child 26 bcc434605a01
equal deleted inserted replaced
21:b7fa3d2db8f4 22:b6d70b04aa2d
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 #include <mmf/common/mmfutilities.h>
    25 #include <mmf/common/mmfutilities.h>
    26 
    26 
    27 #include "mccfilesourcetypebase.h"
    27 #include "mccfilesourcetypebase.h"
       
    28 
       
    29 
       
    30 const TUint KMccReadFrameFailCountMax = 20;
    28 
    31 
    29 // FORWARD DECLARATIONS
    32 // FORWARD DECLARATIONS
    30 class CMccFileSourceImpl;
    33 class CMccFileSourceImpl;
    31 class MMccResources;
    34 class MMccResources;
    32 
    35 
   110 
   113 
   111 	TReal   iFrameRate;
   114 	TReal   iFrameRate;
   112 	TBool   iIsVideoLeft;
   115 	TBool   iIsVideoLeft;
   113 	TBool   iIsFirstFrame;
   116 	TBool   iIsFirstFrame;
   114 	TFourCC	iFourCC;
   117 	TFourCC	iFourCC;
       
   118 	
       
   119 	TInt iReadFrameFailCount;
       
   120 	TBool iSendReadFrameFailEvent;
   115     
   121     
   116 	MMccResources* iMccResources;
   122 	MMccResources* iMccResources;
   117 	TUint32 iEndpointId;
   123 	TUint32 iEndpointId;
   118     CCMRMediaBuffer::TBufferType iBufferType;
   124     CCMRMediaBuffer::TBufferType iBufferType;
   119     
   125