FileFormatDrcToInStreamDrc
IntroductionUse the links in the table of contents to the left to access the documentation.
FunctionsaddDRCDataToAudioSampleEntryMP4Err addDRCDataToAudioSampleEntry ( DRCData *drcData, MP4AudioSampleEntryAtomPtr audioSampleEntry); ParametersReturn ValueAn MP4Err, which is defined libisomediafile.a; MP4NoErr if nothing fails DiscussionAdds DRC atoms to a audio sample entry. All the DRC atoms will be created and filled with data found in the drc bitstream. * addLoudnessInfoToTrackAtomMP4Err addLoudnessInfoToTrackAtom ( DRCData *drcData, MP4Track track); ParametersReturn ValueAn MP4Err, which is defined libisomediafile.a; MP4NoErr if nothing fails DiscussionCreates and adds a LoundessAtom to a MP4 track. |