Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The FlacToOggMappingHeader class is a FLAC-to-Ogg mapping header parser. More...
#include <flactooggmappingheader.h>
Public Member Functions | |
constexpr | FlacToOggMappingHeader () |
Constructs a new FLAC identification header. | |
void | parseHeader (OggIterator &iterator) |
Parses the FLAC-to-Ogg mapping header which is read using the specified iterator. | |
constexpr std::uint8_t | majorVersion () const |
Returns the major version for the mapping (which should be 1 currently). | |
constexpr std::uint8_t | minorVersion () const |
Returns the version for the mapping (which should be 0 currently). | |
constexpr std::uint16_t | headerCount () const |
Returns the number of header (non-audio) packets, not including this one. | |
constexpr const FlacMetaDataBlockStreamInfo & | streamInfo () const |
Returns the stream info. | |
The FlacToOggMappingHeader class is a FLAC-to-Ogg mapping header parser.
|
constexpr |
Constructs a new FLAC identification header.
Definition at line 31 of file flactooggmappingheader.h.
|
constexpr |
Returns the number of header (non-audio) packets, not including this one.
Definition at line 57 of file flactooggmappingheader.h.
|
constexpr |
Returns the major version for the mapping (which should be 1 currently).
Definition at line 41 of file flactooggmappingheader.h.
|
constexpr |
Returns the version for the mapping (which should be 0 currently).
Definition at line 49 of file flactooggmappingheader.h.
void TagParser::FlacToOggMappingHeader::parseHeader | ( | OggIterator & | iterator | ) |
Parses the FLAC-to-Ogg mapping header which is read using the specified iterator.
Definition at line 24 of file flactooggmappingheader.cpp.
|
constexpr |
Returns the stream info.
Definition at line 65 of file flactooggmappingheader.h.