Tag Parser
7.0.3
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include <aacframe.h>
Public Member Functions | |
AacPsInfo () | |
Constructs a new PS info object. More... | |
Public Attributes | |
byte | headerRead |
byte | use34HybridBands |
byte | enableIID |
byte | iidMode |
byte | iidParCount |
byte | iidopdParCount |
Definition at line 125 of file aacframe.h.
TagParser::AacPsInfo::AacPsInfo | ( | ) |
Constructs a new PS info object.
Definition at line 239 of file aacframe.cpp.
byte TagParser::AacPsInfo::enableIID |
Definition at line 129 of file aacframe.h.
byte TagParser::AacPsInfo::headerRead |
Definition at line 127 of file aacframe.h.
byte TagParser::AacPsInfo::iidMode |
Definition at line 130 of file aacframe.h.
byte TagParser::AacPsInfo::iidopdParCount |
Definition at line 132 of file aacframe.h.
byte TagParser::AacPsInfo::iidParCount |
Definition at line 131 of file aacframe.h.
byte TagParser::AacPsInfo::use34HybridBands |
Definition at line 128 of file aacframe.h.