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

#include <aacframe.h>

Public Member Functions

 AacSsrInfo ()
 Constructs a new SSR info object. More...
 

Public Attributes

byte maxBand
 
byte adjustNum [4][8]
 
byte alevcode [4][8][8]
 
byte aloccode [4][8][8]
 

Detailed Description

Definition at line 103 of file aacframe.h.

Constructor & Destructor Documentation

◆ AacSsrInfo()

TagParser::AacSsrInfo::AacSsrInfo ( )

Constructs a new SSR info object.

Definition at line 211 of file aacframe.cpp.

Member Data Documentation

◆ adjustNum

byte TagParser::AacSsrInfo::adjustNum[4][8]

Definition at line 106 of file aacframe.h.

◆ alevcode

byte TagParser::AacSsrInfo::alevcode[4][8][8]

Definition at line 107 of file aacframe.h.

◆ aloccode

byte TagParser::AacSsrInfo::aloccode[4][8][8]

Definition at line 108 of file aacframe.h.

◆ maxBand

byte TagParser::AacSsrInfo::maxBand

Definition at line 105 of file aacframe.h.


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