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

#include <aacframe.h>

Public Member Functions

 AacTnsInfo ()
 Constructs a new TNS info object. More...
 

Public Attributes

byte filt [8]
 
byte coefRes [8]
 
byte length [8][4]
 
byte order [8][4]
 
byte direction [8][4]
 
byte coefCompress [8][4]
 
byte coef [8][4][32]
 

Detailed Description

Definition at line 92 of file aacframe.h.

Constructor & Destructor Documentation

◆ AacTnsInfo()

TagParser::AacTnsInfo::AacTnsInfo ( )

Constructs a new TNS info object.

Definition at line 197 of file aacframe.cpp.

Member Data Documentation

◆ coef

byte TagParser::AacTnsInfo::coef[8][4][32]

Definition at line 100 of file aacframe.h.

◆ coefCompress

byte TagParser::AacTnsInfo::coefCompress[8][4]

Definition at line 99 of file aacframe.h.

◆ coefRes

byte TagParser::AacTnsInfo::coefRes[8]

Definition at line 95 of file aacframe.h.

◆ direction

byte TagParser::AacTnsInfo::direction[8][4]

Definition at line 98 of file aacframe.h.

◆ filt

byte TagParser::AacTnsInfo::filt[8]

Definition at line 94 of file aacframe.h.

◆ length

byte TagParser::AacTnsInfo::length[8][4]

Definition at line 96 of file aacframe.h.

◆ order

byte TagParser::AacTnsInfo::order[8][4]

Definition at line 97 of file aacframe.h.


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