OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
_MP3DecInfo Struct Reference

#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]
 

Detailed Description

Definition at line 64 of file mp3common.h.

Field Documentation

◆ bitrate

int _MP3DecInfo::bitrate

Definition at line 82 of file mp3common.h.

◆ DequantInfoPS

void* _MP3DecInfo::DequantInfoPS

Definition at line 70 of file mp3common.h.

◆ FrameHeaderPS

void* _MP3DecInfo::FrameHeaderPS

Definition at line 66 of file mp3common.h.

◆ freeBitrateFlag

int _MP3DecInfo::freeBitrateFlag

Definition at line 78 of file mp3common.h.

◆ freeBitrateSlots

int _MP3DecInfo::freeBitrateSlots

Definition at line 79 of file mp3common.h.

◆ HuffmanInfoPS

void* _MP3DecInfo::HuffmanInfoPS

Definition at line 69 of file mp3common.h.

◆ IMDCTInfoPS

void* _MP3DecInfo::IMDCTInfoPS

Definition at line 71 of file mp3common.h.

◆ layer

int _MP3DecInfo::layer

Definition at line 88 of file mp3common.h.

◆ mainBuf

unsigned char _MP3DecInfo::mainBuf[MAINBUF_SIZE]

Definition at line 75 of file mp3common.h.

◆ mainDataBegin

int _MP3DecInfo::mainDataBegin

Definition at line 91 of file mp3common.h.

◆ mainDataBytes

int _MP3DecInfo::mainDataBytes

Definition at line 92 of file mp3common.h.

◆ nChans

int _MP3DecInfo::nChans

Definition at line 83 of file mp3common.h.

◆ nGrans

int _MP3DecInfo::nGrans

Definition at line 85 of file mp3common.h.

◆ nGranSamps

int _MP3DecInfo::nGranSamps

Definition at line 86 of file mp3common.h.

◆ nSlots

int _MP3DecInfo::nSlots

Definition at line 87 of file mp3common.h.

◆ part23Length

int _MP3DecInfo::part23Length[MAX_NGRAN][MAX_NCHAN]

Definition at line 94 of file mp3common.h.

◆ samprate

int _MP3DecInfo::samprate

Definition at line 84 of file mp3common.h.

◆ ScaleFactorInfoPS

void* _MP3DecInfo::ScaleFactorInfoPS

Definition at line 68 of file mp3common.h.

◆ SideInfoPS

void* _MP3DecInfo::SideInfoPS

Definition at line 67 of file mp3common.h.

◆ SubbandInfoPS

void* _MP3DecInfo::SubbandInfoPS

Definition at line 72 of file mp3common.h.

◆ version

MPEGVersion _MP3DecInfo::version

Definition at line 89 of file mp3common.h.


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