Tag Parser
6.5.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.
enum Media::Mpeg4ChannelConfigs::Mpeg4ChannelConfig : byte |
const char * Media::Mpeg4ChannelConfigs::channelConfigString | ( | byte | config | ) |
Returns the string representation for the specified MPEG-4 channel config.
Definition at line 317 of file mp4ids.cpp.
byte Media::Mpeg4ChannelConfigs::channelCount | ( | byte | config | ) |
Returns the channel count for the specified MPEG-4 channel config.
Definition at line 344 of file mp4ids.cpp.