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 | |
AacSsrInfo () | |
Constructs a new SSR info object. More... | |
Public Attributes | |
byte | maxBand |
byte | adjustNum [4][8] |
byte | alevcode [4][8][8] |
byte | aloccode [4][8][8] |
Definition at line 103 of file aacframe.h.
TagParser::AacSsrInfo::AacSsrInfo | ( | ) |
Constructs a new SSR info object.
Definition at line 211 of file aacframe.cpp.
byte TagParser::AacSsrInfo::adjustNum[4][8] |
Definition at line 106 of file aacframe.h.
byte TagParser::AacSsrInfo::alevcode[4][8][8] |
Definition at line 107 of file aacframe.h.
byte TagParser::AacSsrInfo::aloccode[4][8][8] |
Definition at line 108 of file aacframe.h.
byte TagParser::AacSsrInfo::maxBand |
Definition at line 105 of file aacframe.h.