RSeries astromech firmware
MP3DecInfo Struct Reference

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

Public Attributes

unsigned char mainBuf [m_MAINBUF_SIZE]
 
int freeBitrateFlag
 
int freeBitrateSlots
 
int bitrate
 
int nChans
 
int samprate
 
int nGrans
 
int nGranSamps
 
int nSlots
 
int layer
 
int mainDataBegin
 
int mainDataBytes
 
int part23Length [m_MAX_NGRAN][m_MAX_NCHAN]
 

Member Data Documentation

◆ bitrate

int MP3DecInfo::bitrate

◆ freeBitrateFlag

int MP3DecInfo::freeBitrateFlag

◆ freeBitrateSlots

int MP3DecInfo::freeBitrateSlots

◆ layer

int MP3DecInfo::layer

◆ mainBuf

unsigned char MP3DecInfo::mainBuf[m_MAINBUF_SIZE]

◆ mainDataBegin

int MP3DecInfo::mainDataBegin

◆ mainDataBytes

int MP3DecInfo::mainDataBytes

◆ nChans

int MP3DecInfo::nChans

◆ nGrans

int MP3DecInfo::nGrans

◆ nGranSamps

int MP3DecInfo::nGranSamps

◆ nSlots

int MP3DecInfo::nSlots

◆ part23Length

int MP3DecInfo::part23Length[m_MAX_NGRAN][m_MAX_NCHAN]

◆ samprate

int MP3DecInfo::samprate

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