Tag Parser  7.0.0
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::AacPredictorInfo Struct Reference

#include <aacframe.h>

Public Member Functions

 AacPredictorInfo ()
 Constructs a new predictor info object. More...
 

Public Attributes

byte maxSfb
 
byte reset
 
byte resetGroupNumber
 
byte predictionUsed [aacMaxSfb]
 

Detailed Description

Definition at line 76 of file aacframe.h.

Constructor & Destructor Documentation

◆ AacPredictorInfo()

TagParser::AacPredictorInfo::AacPredictorInfo ( )

Constructs a new predictor info object.

Definition at line 175 of file aacframe.cpp.

Member Data Documentation

◆ maxSfb

byte TagParser::AacPredictorInfo::maxSfb

Definition at line 78 of file aacframe.h.

◆ predictionUsed

byte TagParser::AacPredictorInfo::predictionUsed[aacMaxSfb]

Definition at line 81 of file aacframe.h.

◆ reset

byte TagParser::AacPredictorInfo::reset

Definition at line 79 of file aacframe.h.

◆ resetGroupNumber

byte TagParser::AacPredictorInfo::resetGroupNumber

Definition at line 80 of file aacframe.h.


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