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 | |
AacLtpInfo () | |
Constructs a new LTP info object. More... | |
Public Attributes | |
byte | lastBand |
byte | dataPresent |
uint16 | lag |
byte | lagUpdate |
byte | coef |
byte | longUsed [aacMaxLtpSfb] |
byte | shortUsed [8] |
byte | shortLagPresent [8] |
byte | shortLag [8] |
Definition at line 63 of file aacframe.h.
TagParser::AacLtpInfo::AacLtpInfo | ( | ) |
Constructs a new LTP info object.
Definition at line 159 of file aacframe.cpp.
byte TagParser::AacLtpInfo::coef |
Definition at line 69 of file aacframe.h.
byte TagParser::AacLtpInfo::dataPresent |
Definition at line 66 of file aacframe.h.
uint16 TagParser::AacLtpInfo::lag |
Definition at line 67 of file aacframe.h.
byte TagParser::AacLtpInfo::lagUpdate |
Definition at line 68 of file aacframe.h.
byte TagParser::AacLtpInfo::lastBand |
Definition at line 65 of file aacframe.h.
byte TagParser::AacLtpInfo::longUsed[aacMaxLtpSfb] |
Definition at line 70 of file aacframe.h.
byte TagParser::AacLtpInfo::shortLag[8] |
Definition at line 73 of file aacframe.h.
byte TagParser::AacLtpInfo::shortLagPresent[8] |
Definition at line 72 of file aacframe.h.
byte TagParser::AacLtpInfo::shortUsed[8] |
Definition at line 71 of file aacframe.h.