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::AacLtpInfo Struct Reference

#include <aacframe.h>

Public Member Functions

 AacLtpInfo ()
 Constructs a new LTP info object. More...
 

Public Attributes

byte lastBand
 
byte dataPresent
 
uint16 lag
 
byte lagUpdate
 
byte coef
 
byte longUsed [aacMaxLtpSfb]
 
byte shortUsed [8]
 
byte shortLagPresent [8]
 
byte shortLag [8]
 

Detailed Description

Definition at line 63 of file aacframe.h.

Constructor & Destructor Documentation

◆ AacLtpInfo()

TagParser::AacLtpInfo::AacLtpInfo ( )

Constructs a new LTP info object.

Definition at line 159 of file aacframe.cpp.

Member Data Documentation

◆ coef

byte TagParser::AacLtpInfo::coef

Definition at line 69 of file aacframe.h.

◆ dataPresent

byte TagParser::AacLtpInfo::dataPresent

Definition at line 66 of file aacframe.h.

◆ lag

uint16 TagParser::AacLtpInfo::lag

Definition at line 67 of file aacframe.h.

◆ lagUpdate

byte TagParser::AacLtpInfo::lagUpdate

Definition at line 68 of file aacframe.h.

◆ lastBand

byte TagParser::AacLtpInfo::lastBand

Definition at line 65 of file aacframe.h.

◆ longUsed

byte TagParser::AacLtpInfo::longUsed[aacMaxLtpSfb]

Definition at line 70 of file aacframe.h.

◆ shortLag

byte TagParser::AacLtpInfo::shortLag[8]

Definition at line 73 of file aacframe.h.

◆ shortLagPresent

byte TagParser::AacLtpInfo::shortLagPresent[8]

Definition at line 72 of file aacframe.h.

◆ shortUsed

byte TagParser::AacLtpInfo::shortUsed[8]

Definition at line 71 of file aacframe.h.


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