ipappsrv_plat/media_control_api/inc/mmccinterfacedef.h
changeset 28 434647e7f45b
parent 0 1bce908db942
child 49 64c62431ac08
equal deleted inserted replaced
19:f58ead8cf73c 28:434647e7f45b
   102     };
   102     };
   103 
   103 
   104 class TMccVideoSinkSetting
   104 class TMccVideoSinkSetting
   105 {
   105 {
   106 public:
   106 public:
       
   107     TMccVideoSinkSetting() : iLocation(0,0), iSize(0,0), iVideoPayloadType(0), 
       
   108         iAudioPayloadType(0), iIAPId(0), iDeviceIndex(0), iWindowOrdinalPosition(0),
       
   109         iWindowOrdinalPriority(0), iRotation(EMccNone), iVideoFrameRate(0.0), iEnabled(ETrue)
       
   110         {
       
   111         }
       
   112         
   107     TPoint iLocation;
   113     TPoint iLocation;
   108     TSize iSize;
   114     TSize iSize;
   109     TUint iVideoPayloadType;
   115     TUint iVideoPayloadType;
   110     TUint iAudioPayloadType;
   116     TUint iAudioPayloadType;
   111     TUint iIAPId;
   117     TUint iIAPId;
   113     TMMFPrioritySettings iPriority;
   119     TMMFPrioritySettings iPriority;
   114 	TInt iWindowOrdinalPosition;
   120 	TInt iWindowOrdinalPosition;
   115 	TInt iWindowOrdinalPriority;
   121 	TInt iWindowOrdinalPriority;
   116 	TMccVideoRotation iRotation;	
   122 	TMccVideoRotation iRotation;	
   117 	TReal iVideoFrameRate;
   123 	TReal iVideoFrameRate;
       
   124 	TBool iEnabled;
   118 };
   125 };
   119 
   126 
   120 typedef TPckgBuf<TMccVideoSinkSetting> TMccVideoSinkSettingBuf;    
   127 typedef TPckgBuf<TMccVideoSinkSetting> TMccVideoSinkSettingBuf;    
   121 
   128 
   122 class TMccVideoSourceSetting
   129 class TMccVideoSourceSetting