Tag Parser
7.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Encapsulates all supported MPEG-4 channel configurations. More...
Functions | |
TAG_PARSER_EXPORT const char * | channelConfigString (byte config) |
Returns the string representation for the specified MPEG-4 channel config. More... | |
TAG_PARSER_EXPORT byte | channelCount (byte config) |
Returns the channel count for the specified MPEG-4 channel config. More... | |
Encapsulates all supported MPEG-4 channel configurations.
const char * TagParser::Mpeg4ChannelConfigs::channelConfigString | ( | byte | config | ) |
Returns the string representation for the specified MPEG-4 channel config.
Definition at line 418 of file mp4ids.cpp.
byte TagParser::Mpeg4ChannelConfigs::channelCount | ( | byte | config | ) |
Returns the channel count for the specified MPEG-4 channel config.
Definition at line 445 of file mp4ids.cpp.