|
Tag Parser 12.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Go to the source code of this file.
Classes | |
| class | TagParser::FlacMetaDataBlockHeader |
| The FlacMetaDataBlockHeader class is a FLAC "METADATA_BLOCK_HEADER" parser and maker. More... | |
| class | TagParser::FlacMetaDataBlockStreamInfo |
| The FlacMetaDataBlockStreamInfo class is a FLAC "METADATA_BLOCK_STREAMINFO" parser. More... | |
| class | TagParser::FlacMetaDataBlockPicture |
| The FlacMetaDataBlockPicture class is a FLAC "METADATA_BLOCK_PICTURE" parser and maker. More... | |
Namespaces | |
| namespace | TagParser |
| Contains all classes and functions of the TagInfo library. | |
Enumerations | |
| enum class | TagParser::FlacMetaDataBlockType : std::uint8_t { TagParser::StreamInfo = 0 , TagParser::Padding , TagParser::Application , TagParser::SeekTable , TagParser::VorbisComment , TagParser::CuseSheet , TagParser::Picture } |
| The FlacMetaDataBlockType enum specifies the type of FlacMetaDataBlockHeader. More... | |
Functions | |
| constexpr bool | TagParser::operator== (std::uint8_t lhs, FlacMetaDataBlockType type) |
| constexpr bool | TagParser::operator!= (std::uint8_t lhs, FlacMetaDataBlockType type) |