Tag Parser  8.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
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. More...
 
void parseHeader (IoUtilities::BinaryReader &reader, Diagnostics &diag)
 Parses the header read using the specified reader. More...
 

Detailed Description

The IvfFrame class is used to parse IVF frames.

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

Definition at line 14 of file ivfframe.h.

Constructor & Destructor Documentation

◆ IvfFrame()

constexpr TagParser::IvfFrame::IvfFrame ( )

Constructs a new frame.

Definition at line 28 of file ivfframe.h.

Member Function Documentation

◆ parseHeader()

void TagParser::IvfFrame::parseHeader ( IoUtilities::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: