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 channel configurations. More...
Functions | |
TAG_PARSER_EXPORT std::string_view | channelConfigString (std::uint8_t config) |
Returns the string representation for the specified MPEG-4 channel config. | |
TAG_PARSER_EXPORT std::uint8_t | channelCount (std::uint8_t config) |
Returns the channel count for the specified MPEG-4 channel config. | |
Encapsulates all supported MPEG-4 channel configurations.
enum TagParser::Mpeg4ChannelConfigs::Mpeg4ChannelConfig : std::uint8_t |
std::string_view TagParser::Mpeg4ChannelConfigs::channelConfigString | ( | std::uint8_t | config | ) |
Returns the string representation for the specified MPEG-4 channel config.
Definition at line 436 of file mp4ids.cpp.
std::uint8_t TagParser::Mpeg4ChannelConfigs::channelCount | ( | std::uint8_t | config | ) |
Returns the channel count for the specified MPEG-4 channel config.
Definition at line 463 of file mp4ids.cpp.