RSeries astromech firmware
_AACDecInfo_t Struct Reference

#include <audio/esp32/aac_decoder/aac_decoder.h>

Public Attributes

void * rawSampleBuf [2]
 
int rawSampleBytes
 
int rawSampleFBits
 
unsigned char * fillBuf
 
int fillCount
 
int fillExtType
 
int prevBlockID
 
int currBlockID
 
int currInstTag
 
int sbDeinterleaveReqd [2]
 
int adtsBlocksLeft
 
int bitRate
 
int nChans
 
int sampRate
 
int profile
 
int format
 
int sbrEnabled
 
int tnsUsed
 
int pnsUsed
 
int frameCount
 

Member Data Documentation

◆ adtsBlocksLeft

int _AACDecInfo_t::adtsBlocksLeft

◆ bitRate

int _AACDecInfo_t::bitRate

◆ currBlockID

int _AACDecInfo_t::currBlockID

◆ currInstTag

int _AACDecInfo_t::currInstTag

◆ fillBuf

unsigned char* _AACDecInfo_t::fillBuf

◆ fillCount

int _AACDecInfo_t::fillCount

◆ fillExtType

int _AACDecInfo_t::fillExtType

◆ format

int _AACDecInfo_t::format

◆ frameCount

int _AACDecInfo_t::frameCount

◆ nChans

int _AACDecInfo_t::nChans

◆ pnsUsed

int _AACDecInfo_t::pnsUsed

◆ prevBlockID

int _AACDecInfo_t::prevBlockID

◆ profile

int _AACDecInfo_t::profile

◆ rawSampleBuf

void* _AACDecInfo_t::rawSampleBuf[2]

◆ rawSampleBytes

int _AACDecInfo_t::rawSampleBytes

◆ rawSampleFBits

int _AACDecInfo_t::rawSampleFBits

◆ sampRate

int _AACDecInfo_t::sampRate

◆ sbDeinterleaveReqd

int _AACDecInfo_t::sbDeinterleaveReqd[2]

◆ sbrEnabled

int _AACDecInfo_t::sbrEnabled

◆ tnsUsed

int _AACDecInfo_t::tnsUsed

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