Tag Parser  7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Enumerations
TagParser::AacSyntaxElementTypes Namespace Reference

Enumerations

enum  KnownTypes : byte {
  SingleChannelElement, ChannelPairElement, ChannelCouplingElement, LowFrequencyElement,
  DataStreamElement, ProgramConfigElement, FillElement, EndOfFrame
}
 

Enumeration Type Documentation

◆ KnownTypes

Enumerator
SingleChannelElement 

codes a single audio channel

ChannelPairElement 

codes steroe signal

ChannelCouplingElement 

something to do with channel coupling (not implemented in libfaad2)

LowFrequencyElement 

low-frequency effects? referenced as "special effects" in RTP doc

DataStreamElement 

user data

ProgramConfigElement 

describes bitstream

FillElement 

pad space/extension data

EndOfFrame 

marks the end of the frame

Definition at line 31 of file aacframe.h.