Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Encapsulates all supported MPEG-4 audio object type IDs. More...
Enumerations | |
enum | KnownValue : std::uint8_t { Null = 0 , AacMain , AacLc , AacSsr , AacLtp , Sbr , AacScalable , TwinVq , Celp , Hxvc , Ttsi = 12 , MainSynthesis , WavetableSynthesis , GeneralMidi , AlgorithmicSynthesisAudioEffects , ErAacLc , ErAacLtp = 19 , ErAacScalable , ErTwinVq , ErBsac , ErAacLd , ErCelp , ErHvxc , ErHiln , ErParametric , Ssc , Ps , MpegSurround , EscapeValue , Layer1 , Layer2 , Layer3 , Dst , Als , Sls , ErAacEld , SmrSimple , SmrMain , UsacNoSbr , Saoc , LdMpegSurround , Usac } |
Functions | |
TAG_PARSER_EXPORT MediaFormat | idToMediaFormat (std::uint8_t mpeg4AudioObjectId, bool sbrPresent=false, bool psPresent=false) |
Encapsulates all supported MPEG-4 audio object type IDs.
enum TagParser::Mpeg4AudioObjectIds::KnownValue : std::uint8_t |
TAG_PARSER_EXPORT MediaFormat TagParser::Mpeg4AudioObjectIds::idToMediaFormat | ( | std::uint8_t | mpeg4AudioObjectId, |
bool | sbrPresent = false, | ||
bool | psPresent = false ) |
Definition at line 370 of file mp4ids.cpp.