OpenCore
1.0.4
OpenCore Bootloader
|
#include <mp3common.h>
Data Fields | |
void * | FrameHeaderPS |
void * | SideInfoPS |
void * | ScaleFactorInfoPS |
void * | HuffmanInfoPS |
void * | DequantInfoPS |
void * | IMDCTInfoPS |
void * | SubbandInfoPS |
unsigned char | mainBuf [MAINBUF_SIZE] |
int | freeBitrateFlag |
int | freeBitrateSlots |
int | bitrate |
int | nChans |
int | samprate |
int | nGrans |
int | nGranSamps |
int | nSlots |
int | layer |
MPEGVersion | version |
int | mainDataBegin |
int | mainDataBytes |
int | part23Length [MAX_NGRAN][MAX_NCHAN] |
Definition at line 64 of file mp3common.h.
int _MP3DecInfo::bitrate |
Definition at line 82 of file mp3common.h.
void* _MP3DecInfo::DequantInfoPS |
Definition at line 70 of file mp3common.h.
void* _MP3DecInfo::FrameHeaderPS |
Definition at line 66 of file mp3common.h.
int _MP3DecInfo::freeBitrateFlag |
Definition at line 78 of file mp3common.h.
int _MP3DecInfo::freeBitrateSlots |
Definition at line 79 of file mp3common.h.
void* _MP3DecInfo::HuffmanInfoPS |
Definition at line 69 of file mp3common.h.
void* _MP3DecInfo::IMDCTInfoPS |
Definition at line 71 of file mp3common.h.
int _MP3DecInfo::layer |
Definition at line 88 of file mp3common.h.
unsigned char _MP3DecInfo::mainBuf[MAINBUF_SIZE] |
Definition at line 75 of file mp3common.h.
int _MP3DecInfo::mainDataBegin |
Definition at line 91 of file mp3common.h.
int _MP3DecInfo::mainDataBytes |
Definition at line 92 of file mp3common.h.
int _MP3DecInfo::nChans |
Definition at line 83 of file mp3common.h.
int _MP3DecInfo::nGrans |
Definition at line 85 of file mp3common.h.
int _MP3DecInfo::nGranSamps |
Definition at line 86 of file mp3common.h.
int _MP3DecInfo::nSlots |
Definition at line 87 of file mp3common.h.
Definition at line 94 of file mp3common.h.
int _MP3DecInfo::samprate |
Definition at line 84 of file mp3common.h.
void* _MP3DecInfo::ScaleFactorInfoPS |
Definition at line 68 of file mp3common.h.
void* _MP3DecInfo::SideInfoPS |
Definition at line 67 of file mp3common.h.
void* _MP3DecInfo::SubbandInfoPS |
Definition at line 72 of file mp3common.h.
MPEGVersion _MP3DecInfo::version |
Definition at line 89 of file mp3common.h.