diff -r eb8cd2e3974b -r 130a995b5096 camcordermmfplugin/filecomposer/Inc/CamC3GPDataSinkImp.h --- a/camcordermmfplugin/filecomposer/Inc/CamC3GPDataSinkImp.h Wed Apr 14 16:09:12 2010 +0300 +++ b/camcordermmfplugin/filecomposer/Inc/CamC3GPDataSinkImp.h Tue Apr 27 16:49:58 2010 +0300 @@ -235,6 +235,30 @@ * @return None */ void ConvertNALEncapsulationToNALSizes( CCMRMediaBuffer* aBuffer ); + + /** + * Compose UDTA (User Data) to video file + * @since 5.2 + * @param None + * @return None + */ + void ComposeUDTAL(); + + /** + * Convert 32bit unsigned value to little endian format into buffer + * @since 5.2 + * @param None + * @return None + */ + void LittleEndianPut32(TUint8 *aPtr, TUint32 aVal); + + /** + * Convert 16bit unsigned value to little endian format into buffer + * @since 5.2 + * @param None + * @return None + */ + void LittleEndianPut16(TUint8 *aPtr, TUint16 aVal); private: