Tag Parser
6.2.2
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 | |
FlacToOggMappingHeader () | |
Constructs a new FLAC identification header. More... | |
void | parseHeader (OggIterator &iterator) |
Parses the FLAC-to-Ogg mapping header which is read using the specified iterator. More... | |
byte | majorVersion () const |
Returns the major version for the mapping (which should be 1 currently). More... | |
byte | minorVersion () const |
Returns the version for the mapping (which should be 0 currently). More... | |
uint16 | headerCount () const |
Returns the number of header (non-audio) packets, not including this one. More... | |
const FlacMetaDataBlockStreamInfo & | streamInfo () const |
Returns the stream info. More... | |
The FlacToOggMappingHeader class is a FLAC-to-Ogg mapping header parser.
Definition at line 10 of file flactooggmappingheader.h.
|
inline |
Constructs a new FLAC identification header.
Definition at line 32 of file flactooggmappingheader.h.
|
inline |
Returns the number of header (non-audio) packets, not including this one.
Definition at line 57 of file flactooggmappingheader.h.
|
inline |
Returns the major version for the mapping (which should be 1 currently).
Definition at line 41 of file flactooggmappingheader.h.
|
inline |
Returns the version for the mapping (which should be 0 currently).
Definition at line 49 of file flactooggmappingheader.h.
void Media::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.
|
inline |
Returns the stream info.
Definition at line 65 of file flactooggmappingheader.h.