Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TagParser::IvfFrame Class Reference

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.
 

Detailed Description

The IvfFrame class is used to parse IVF frames.

See also
https://wiki.multimedia.cx/index.php/IVF

Definition at line 12 of file ivfframe.h.

Constructor & Destructor Documentation

◆ IvfFrame()

constexpr TagParser::IvfFrame::IvfFrame ( )
constexpr

Constructs a new frame.

Definition at line 26 of file ivfframe.h.

Member Function Documentation

◆ parseHeader()

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.


The documentation for this class was generated from the following files: