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 | |
AacDrcInfo () | |
Constructs a new DRC info object. More... | |
Public Attributes | |
byte | present |
byte | bandCount |
byte | pceInstanceTag |
byte | excludedChannelsPresent |
byte | bandTop [17] |
byte | progRefLevel |
byte | dynamicRangeSign [17] |
byte | dynamicRangeControl [17] |
byte | excludeMask [aacMaxChannels] |
byte | additionalExcludedChannels [aacMaxChannels] |
Definition at line 111 of file aacframe.h.
TagParser::AacDrcInfo::AacDrcInfo | ( | ) |
Constructs a new DRC info object.
Definition at line 222 of file aacframe.cpp.
byte TagParser::AacDrcInfo::additionalExcludedChannels[aacMaxChannels] |
Definition at line 122 of file aacframe.h.
byte TagParser::AacDrcInfo::bandCount |
Definition at line 114 of file aacframe.h.
byte TagParser::AacDrcInfo::bandTop[17] |
Definition at line 117 of file aacframe.h.
byte TagParser::AacDrcInfo::dynamicRangeControl[17] |
Definition at line 120 of file aacframe.h.
byte TagParser::AacDrcInfo::dynamicRangeSign[17] |
Definition at line 119 of file aacframe.h.
byte TagParser::AacDrcInfo::excludedChannelsPresent |
Definition at line 116 of file aacframe.h.
byte TagParser::AacDrcInfo::excludeMask[aacMaxChannels] |
Definition at line 121 of file aacframe.h.
byte TagParser::AacDrcInfo::pceInstanceTag |
Definition at line 115 of file aacframe.h.
byte TagParser::AacDrcInfo::present |
Definition at line 113 of file aacframe.h.
byte TagParser::AacDrcInfo::progRefLevel |
Definition at line 118 of file aacframe.h.