Tag Parser
7.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include <aacframe.h>
Public Member Functions | |
AacPredictorInfo () | |
Constructs a new predictor info object. More... | |
Public Attributes | |
byte | maxSfb |
byte | reset |
byte | resetGroupNumber |
byte | predictionUsed [aacMaxSfb] |
Definition at line 76 of file aacframe.h.
TagParser::AacPredictorInfo::AacPredictorInfo | ( | ) |
Constructs a new predictor info object.
Definition at line 175 of file aacframe.cpp.
byte TagParser::AacPredictorInfo::maxSfb |
Definition at line 78 of file aacframe.h.
byte TagParser::AacPredictorInfo::predictionUsed[aacMaxSfb] |
Definition at line 81 of file aacframe.h.
byte TagParser::AacPredictorInfo::reset |
Definition at line 79 of file aacframe.h.
byte TagParser::AacPredictorInfo::resetGroupNumber |
Definition at line 80 of file aacframe.h.