FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LAMEContext Struct Reference

Data Fields

AVClassclass
 
AVCodecContextavctx
 
lame_global_flags * gfp
 
uint8_tbuffer
 
int buffer_index
 
int buffer_size
 
int reservoir
 
int joint_stereo
 
int abr
 
int delay_sent
 
float * samples_flt [2]
 
AudioFrameQueue afq
 
AVFloatDSPContextfdsp
 

Detailed Description

Definition at line 43 of file libmp3lame.c.

Field Documentation

AVClass* LAMEContext::class

Definition at line 44 of file libmp3lame.c.

AVCodecContext* LAMEContext::avctx

Definition at line 45 of file libmp3lame.c.

Referenced by mp3lame_encode_init(), and realloc_buffer().

lame_global_flags* LAMEContext::gfp

Definition at line 46 of file libmp3lame.c.

Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and mp3lame_encode_init().

uint8_t* LAMEContext::buffer

Definition at line 47 of file libmp3lame.c.

Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and realloc_buffer().

int LAMEContext::buffer_index

Definition at line 48 of file libmp3lame.c.

Referenced by mp3lame_encode_frame(), and realloc_buffer().

int LAMEContext::buffer_size

Definition at line 49 of file libmp3lame.c.

Referenced by mp3lame_encode_frame(), and realloc_buffer().

int LAMEContext::reservoir

Definition at line 50 of file libmp3lame.c.

Referenced by mp3lame_encode_init().

int LAMEContext::joint_stereo

Definition at line 51 of file libmp3lame.c.

Referenced by mp3lame_encode_init().

int LAMEContext::abr

Definition at line 52 of file libmp3lame.c.

Referenced by mp3lame_encode_init().

int LAMEContext::delay_sent

Definition at line 53 of file libmp3lame.c.

Referenced by mp3lame_encode_frame().

float* LAMEContext::samples_flt[2]

Definition at line 54 of file libmp3lame.c.

Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and mp3lame_encode_init().

AudioFrameQueue LAMEContext::afq

Definition at line 55 of file libmp3lame.c.

Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and mp3lame_encode_init().

AVFloatDSPContext* LAMEContext::fdsp

Definition at line 56 of file libmp3lame.c.

Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and mp3lame_encode_init().


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