Tag Parser
9.2.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Go to the source code of this file.
Namespaces | |
TagParser | |
Contains all classes and functions of the TagInfo library. | |
TagParser::Mp4AtomIds | |
Encapsulates the most common MP4 atom IDs. | |
TagParser::Mp4TagAtomIds | |
Encapsulates IDs of MP4 atoms holding tag information. | |
TagParser::Mp4TagExtendedMeanIds | |
Encapsulates "mean values" used in iTunes style MP4 tags. | |
TagParser::Mp4TagExtendedNameIds | |
Encapsulates "name values" used in iTunes style MP4 tags. | |
TagParser::Mp4MediaTypeIds | |
Encapsulates all supported MP4 media type IDs. | |
TagParser::FourccIds | |
Encapsulates all supported MP4 media format IDs (aka "FOURCCs"). | |
TagParser::Mp4FormatExtensionIds | |
Encapsulates all supported MP4 media format description extensions. | |
TagParser::Mpeg4ElementaryStreamObjectIds | |
Encapsulates all supported MPEG-4 elementary stream object IDs. | |
TagParser::Mpeg4DescriptorIds | |
Encapsulates all known MPEG-4 descriptor IDs. | |
TagParser::Mpeg4ElementaryStreamTypeIds | |
Returns the name of the stream type denoted by the specified MPEG-4 stream type ID. | |
TagParser::Mpeg4AudioObjectIds | |
Encapsulates all supported MPEG-4 audio object type IDs. | |
TagParser::Mpeg4ChannelConfigs | |
Encapsulates all supported MPEG-4 channel configurations. | |
TagParser::Mpeg4VideoCodes | |
Encapsulates MPEG-4 video (14496-2) codes. | |
TagParser::Mpeg2VideoCodes | |
Encapsulates MPEG-2 video codes. | |
Functions | |
TAG_PARSER_EXPORT MediaFormat | TagParser::FourccIds::fourccToMediaFormat (std::uint32_t fourccId) |
TAG_PARSER_EXPORT MediaFormat | TagParser::Mpeg4ElementaryStreamObjectIds::streamObjectTypeFormat (std::uint8_t streamObjectTypeId) |
Returns the TagParser::MediaFormat denoted by the specified MPEG-4 stream ID. More... | |
TAG_PARSER_EXPORT const char * | TagParser::Mpeg4ElementaryStreamTypeIds::streamTypeName (std::uint8_t streamTypeId) |
Returns the name of the stream type denoted by the specified MPEG-4 stream type ID. More... | |
TAG_PARSER_EXPORT MediaFormat | TagParser::Mpeg4AudioObjectIds::idToMediaFormat (std::uint8_t mpeg4AudioObjectId, bool sbrPresent=false, bool psPresent=false) |
TAG_PARSER_EXPORT const char * | TagParser::Mpeg4ChannelConfigs::channelConfigString (std::uint8_t config) |
Returns the string representation for the specified MPEG-4 channel config. More... | |
TAG_PARSER_EXPORT std::uint8_t | TagParser::Mpeg4ChannelConfigs::channelCount (std::uint8_t config) |
Returns the channel count for the specified MPEG-4 channel config. More... | |