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 | |
AacTnsInfo () | |
Constructs a new TNS info object. More... | |
Public Attributes | |
byte | filt [8] |
byte | coefRes [8] |
byte | length [8][4] |
byte | order [8][4] |
byte | direction [8][4] |
byte | coefCompress [8][4] |
byte | coef [8][4][32] |
Definition at line 92 of file aacframe.h.
TagParser::AacTnsInfo::AacTnsInfo | ( | ) |
Constructs a new TNS info object.
Definition at line 197 of file aacframe.cpp.
byte TagParser::AacTnsInfo::coef[8][4][32] |
Definition at line 100 of file aacframe.h.
byte TagParser::AacTnsInfo::coefCompress[8][4] |
Definition at line 99 of file aacframe.h.
byte TagParser::AacTnsInfo::coefRes[8] |
Definition at line 95 of file aacframe.h.
byte TagParser::AacTnsInfo::direction[8][4] |
Definition at line 98 of file aacframe.h.
byte TagParser::AacTnsInfo::filt[8] |
Definition at line 94 of file aacframe.h.
byte TagParser::AacTnsInfo::length[8][4] |
Definition at line 96 of file aacframe.h.
byte TagParser::AacTnsInfo::order[8][4] |
Definition at line 97 of file aacframe.h.