camcordermmfplugin/filecomposer/Inc/CamC3GPDataSinkImp.h
branchRCL_3
changeset 12 130a995b5096
parent 0 9b3e960ffc8a
equal deleted inserted replaced
11:eb8cd2e3974b 12:130a995b5096
   233         * @param Destination buffer to write NAL units with length information.
   233         * @param Destination buffer to write NAL units with length information.
   234         * @param Destination buffer size.
   234         * @param Destination buffer size.
   235         * @return None
   235         * @return None
   236         */
   236         */
   237         void ConvertNALEncapsulationToNALSizes( CCMRMediaBuffer* aBuffer );
   237         void ConvertNALEncapsulationToNALSizes( CCMRMediaBuffer* aBuffer );
       
   238         
       
   239         /**
       
   240         * Compose UDTA (User Data) to video file
       
   241         * @since 5.2
       
   242         * @param None
       
   243         * @return None
       
   244         */
       
   245         void ComposeUDTAL();
       
   246         
       
   247         /**
       
   248         * Convert 32bit unsigned value to little endian format into buffer
       
   249         * @since 5.2
       
   250         * @param None
       
   251         * @return None
       
   252         */
       
   253         void LittleEndianPut32(TUint8 *aPtr, TUint32 aVal);
       
   254 
       
   255         /**
       
   256         * Convert 16bit unsigned value to little endian format into buffer
       
   257         * @since 5.2
       
   258         * @param None
       
   259         * @return None
       
   260         */
       
   261         void LittleEndianPut16(TUint8 *aPtr, TUint16 aVal);
   238 
   262 
   239     private:
   263     private:
   240 
   264 
   241         static TInt IdleDelete( TAny* aCont );
   265         static TInt IdleDelete( TAny* aCont );
   242 
   266