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 | |
AacProgramConfig () | |
Constructs a new program config object. More... | |
Public Attributes | |
byte | elementInstanceTag |
byte | objectType |
byte | samplingFrequencyIndex |
byte | frontChannelElementCount |
byte | sideChannelElementCount |
byte | backChannelElementCount |
byte | lfeChannelElementCount |
byte | assocDataElementCount |
byte | validCcElementCount |
byte | monoMixdownPresent |
byte | monoMixdownElementNumber |
byte | stereoMixdownPresent |
byte | stereoMixdownElementNumber |
byte | matrixMixdownIdxPresent |
byte | pseudoSurroundEnable |
byte | matrixMixdownIdx |
byte | frontElementIsCpe [16] |
byte | frontElementTagSelect [16] |
byte | sideElementIsCpe [16] |
byte | sideElementTagSelect [16] |
byte | backElementIsCpe [16] |
byte | backElementTagSelect [16] |
byte | lfeElementTagSelect [16] |
byte | assocDataElementTagSelect [16] |
byte | ccElementIsIndSw [16] |
byte | validCcElementTagSelect [16] |
byte | channels |
byte | commentFieldBytes |
byte | commentFieldData [257] |
byte | frontChannelCount |
byte | sideChannelCount |
byte | backChannelCount |
byte | lfeChannelCount |
byte | sceChannel [16] |
byte | cpeChannel [16] |
Definition at line 297 of file aacframe.h.
TagParser::AacProgramConfig::AacProgramConfig | ( | ) |
Constructs a new program config object.
Definition at line 438 of file aacframe.cpp.
byte TagParser::AacProgramConfig::assocDataElementCount |
Definition at line 306 of file aacframe.h.
byte TagParser::AacProgramConfig::assocDataElementTagSelect[16] |
Definition at line 322 of file aacframe.h.
byte TagParser::AacProgramConfig::backChannelCount |
Definition at line 330 of file aacframe.h.
byte TagParser::AacProgramConfig::backChannelElementCount |
Definition at line 304 of file aacframe.h.
byte TagParser::AacProgramConfig::backElementIsCpe[16] |
Definition at line 319 of file aacframe.h.
byte TagParser::AacProgramConfig::backElementTagSelect[16] |
Definition at line 320 of file aacframe.h.
byte TagParser::AacProgramConfig::ccElementIsIndSw[16] |
Definition at line 323 of file aacframe.h.
byte TagParser::AacProgramConfig::channels |
Definition at line 325 of file aacframe.h.
byte TagParser::AacProgramConfig::commentFieldBytes |
Definition at line 326 of file aacframe.h.
byte TagParser::AacProgramConfig::commentFieldData[257] |
Definition at line 327 of file aacframe.h.
byte TagParser::AacProgramConfig::cpeChannel[16] |
Definition at line 333 of file aacframe.h.
byte TagParser::AacProgramConfig::elementInstanceTag |
Definition at line 299 of file aacframe.h.
byte TagParser::AacProgramConfig::frontChannelCount |
Definition at line 328 of file aacframe.h.
byte TagParser::AacProgramConfig::frontChannelElementCount |
Definition at line 302 of file aacframe.h.
byte TagParser::AacProgramConfig::frontElementIsCpe[16] |
Definition at line 315 of file aacframe.h.
byte TagParser::AacProgramConfig::frontElementTagSelect[16] |
Definition at line 316 of file aacframe.h.
byte TagParser::AacProgramConfig::lfeChannelCount |
Definition at line 331 of file aacframe.h.
byte TagParser::AacProgramConfig::lfeChannelElementCount |
Definition at line 305 of file aacframe.h.
byte TagParser::AacProgramConfig::lfeElementTagSelect[16] |
Definition at line 321 of file aacframe.h.
byte TagParser::AacProgramConfig::matrixMixdownIdx |
Definition at line 314 of file aacframe.h.
byte TagParser::AacProgramConfig::matrixMixdownIdxPresent |
Definition at line 312 of file aacframe.h.
byte TagParser::AacProgramConfig::monoMixdownElementNumber |
Definition at line 309 of file aacframe.h.
byte TagParser::AacProgramConfig::monoMixdownPresent |
Definition at line 308 of file aacframe.h.
byte TagParser::AacProgramConfig::objectType |
Definition at line 300 of file aacframe.h.
byte TagParser::AacProgramConfig::pseudoSurroundEnable |
Definition at line 313 of file aacframe.h.
byte TagParser::AacProgramConfig::samplingFrequencyIndex |
Definition at line 301 of file aacframe.h.
byte TagParser::AacProgramConfig::sceChannel[16] |
Definition at line 332 of file aacframe.h.
byte TagParser::AacProgramConfig::sideChannelCount |
Definition at line 329 of file aacframe.h.
byte TagParser::AacProgramConfig::sideChannelElementCount |
Definition at line 303 of file aacframe.h.
byte TagParser::AacProgramConfig::sideElementIsCpe[16] |
Definition at line 317 of file aacframe.h.
byte TagParser::AacProgramConfig::sideElementTagSelect[16] |
Definition at line 318 of file aacframe.h.
byte TagParser::AacProgramConfig::stereoMixdownElementNumber |
Definition at line 311 of file aacframe.h.
byte TagParser::AacProgramConfig::stereoMixdownPresent |
Definition at line 310 of file aacframe.h.
byte TagParser::AacProgramConfig::validCcElementCount |
Definition at line 307 of file aacframe.h.
byte TagParser::AacProgramConfig::validCcElementTagSelect[16] |
Definition at line 324 of file aacframe.h.