Tag Parser
7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include <aacframe.h>
Public Member Functions | |
AacPulseInfo () | |
Constructs a new pulse info object. More... | |
Public Attributes | |
byte | count |
byte | startSfb |
byte | offset [4] |
byte | amp [4] |
Definition at line 84 of file aacframe.h.
TagParser::AacPulseInfo::AacPulseInfo | ( | ) |
Constructs a new pulse info object.
Definition at line 186 of file aacframe.cpp.
byte TagParser::AacPulseInfo::amp[4] |
Definition at line 89 of file aacframe.h.
byte TagParser::AacPulseInfo::count |
Definition at line 86 of file aacframe.h.
byte TagParser::AacPulseInfo::offset[4] |
Definition at line 88 of file aacframe.h.
byte TagParser::AacPulseInfo::startSfb |
Definition at line 87 of file aacframe.h.