|
Tag Parser 12.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The IvfFrame class is used to parse IVF frames. More...
#include <ivfframe.h>
Public Member Functions | |
| constexpr | IvfFrame () |
| Constructs a new frame. | |
| void | parseHeader (CppUtilities::BinaryReader &reader, Diagnostics &diag) |
| Parses the header read using the specified reader. | |
The IvfFrame class is used to parse IVF frames.
Definition at line 12 of file ivfframe.h.
|
constexpr |
Constructs a new frame.
Definition at line 26 of file ivfframe.h.
| void TagParser::IvfFrame::parseHeader | ( | CppUtilities::BinaryReader & | reader, |
| Diagnostics & | diag ) |
Parses the header read using the specified reader.
Definition at line 21 of file ivfframe.cpp.