libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
mp3_context_t Struct Reference
Collaboration diagram for mp3_context_t:
Collaboration graph
[legend]

Data Fields

uint8_t last_buf [2 *512+24]
 
int last_buf_size
 
int frame_size
 
uint32_t free_format_next_header
 
int error_protection
 
int sample_rate
 
int sample_rate_index
 
int bit_rate
 
bitstream_t gb
 
bitstream_t in_gb
 
int nb_channels
 
int mode
 
int mode_ext
 
int lsf
 
int16_t synth_buf [2][512 *2]
 
int synth_buf_offset [2]
 
int32_t sb_samples [2][36][32]
 
int32_t mdct_buf [2][32 *18]
 
int dither_state
 

Detailed Description

Definition at line 108 of file minimp3.c.

Field Documentation

◆ bit_rate

int bit_rate

Definition at line 116 of file minimp3.c.

◆ dither_state

int dither_state

Definition at line 127 of file minimp3.c.

◆ error_protection

int error_protection

Definition at line 113 of file minimp3.c.

◆ frame_size

int frame_size

Definition at line 111 of file minimp3.c.

◆ free_format_next_header

uint32_t free_format_next_header

Definition at line 112 of file minimp3.c.

◆ gb

Definition at line 117 of file minimp3.c.

◆ in_gb

bitstream_t in_gb

Definition at line 118 of file minimp3.c.

◆ last_buf

uint8_t last_buf[2 *512+ 24]

Definition at line 109 of file minimp3.c.

◆ last_buf_size

int last_buf_size

Definition at line 110 of file minimp3.c.

◆ lsf

int lsf

Definition at line 122 of file minimp3.c.

◆ mdct_buf

int32_t mdct_buf[2][32 *18]

Definition at line 126 of file minimp3.c.

◆ mode

int mode

Definition at line 120 of file minimp3.c.

◆ mode_ext

int mode_ext

Definition at line 121 of file minimp3.c.

◆ nb_channels

int nb_channels

Definition at line 119 of file minimp3.c.

◆ sample_rate

int sample_rate

Definition at line 114 of file minimp3.c.

◆ sample_rate_index

int sample_rate_index

Definition at line 115 of file minimp3.c.

◆ sb_samples

int32_t sb_samples[2][36][32]

Definition at line 125 of file minimp3.c.

◆ synth_buf

int16_t synth_buf[2][512 *2]

Definition at line 123 of file minimp3.c.

◆ synth_buf_offset

int synth_buf_offset[2]

Definition at line 124 of file minimp3.c.


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