| FFmpeg
    | 
| Data Fields | |
| AVClass * | class | 
| AVCodecContext * | avctx | 
| lame_global_flags * | gfp | 
| uint8_t * | buffer | 
| int | buffer_index | 
| int | buffer_size | 
| int | reservoir | 
| int | joint_stereo | 
| int | abr | 
| int | delay_sent | 
| float * | samples_flt [2] | 
| AudioFrameQueue | afq | 
| AVFloatDSPContext * | fdsp | 
Definition at line 44 of file libmp3lame.c.
| AVClass* LAMEContext::class | 
Definition at line 45 of file libmp3lame.c.
| AVCodecContext* LAMEContext::avctx | 
Definition at line 46 of file libmp3lame.c.
| lame_global_flags* LAMEContext::gfp | 
Definition at line 47 of file libmp3lame.c.
| uint8_t* LAMEContext::buffer | 
Definition at line 48 of file libmp3lame.c.
| int LAMEContext::buffer_index | 
Definition at line 49 of file libmp3lame.c.
| int LAMEContext::buffer_size | 
Definition at line 50 of file libmp3lame.c.
| int LAMEContext::reservoir | 
Definition at line 51 of file libmp3lame.c.
| int LAMEContext::joint_stereo | 
Definition at line 52 of file libmp3lame.c.
| int LAMEContext::abr | 
Definition at line 53 of file libmp3lame.c.
| int LAMEContext::delay_sent | 
Definition at line 54 of file libmp3lame.c.
| float* LAMEContext::samples_flt[2] | 
Definition at line 55 of file libmp3lame.c.
| AudioFrameQueue LAMEContext::afq | 
Definition at line 56 of file libmp3lame.c.
| AVFloatDSPContext* LAMEContext::fdsp | 
Definition at line 57 of file libmp3lame.c.
 1.8.17
 1.8.17