Tag Parser  7.0.3
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | Public Attributes | List of all members
TagParser::AacDrcInfo Struct Reference

#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]
 

Detailed Description

Definition at line 111 of file aacframe.h.

Constructor & Destructor Documentation

◆ AacDrcInfo()

TagParser::AacDrcInfo::AacDrcInfo ( )

Constructs a new DRC info object.

Definition at line 222 of file aacframe.cpp.

Member Data Documentation

◆ additionalExcludedChannels

byte TagParser::AacDrcInfo::additionalExcludedChannels[aacMaxChannels]

Definition at line 122 of file aacframe.h.

◆ bandCount

byte TagParser::AacDrcInfo::bandCount

Definition at line 114 of file aacframe.h.

◆ bandTop

byte TagParser::AacDrcInfo::bandTop[17]

Definition at line 117 of file aacframe.h.

◆ dynamicRangeControl

byte TagParser::AacDrcInfo::dynamicRangeControl[17]

Definition at line 120 of file aacframe.h.

◆ dynamicRangeSign

byte TagParser::AacDrcInfo::dynamicRangeSign[17]

Definition at line 119 of file aacframe.h.

◆ excludedChannelsPresent

byte TagParser::AacDrcInfo::excludedChannelsPresent

Definition at line 116 of file aacframe.h.

◆ excludeMask

byte TagParser::AacDrcInfo::excludeMask[aacMaxChannels]

Definition at line 121 of file aacframe.h.

◆ pceInstanceTag

byte TagParser::AacDrcInfo::pceInstanceTag

Definition at line 115 of file aacframe.h.

◆ present

byte TagParser::AacDrcInfo::present

Definition at line 113 of file aacframe.h.

◆ progRefLevel

byte TagParser::AacDrcInfo::progRefLevel

Definition at line 118 of file aacframe.h.


The documentation for this struct was generated from the following files: