Data Fields | |
| lame_global_flags * | gfp |
| int | stereo |
| uint8_t | buffer [BUFFER_SIZE] |
| int | buffer_index |
| struct { | |
| int * left | |
| int * right | |
| } | s32_data |
Definition at line 33 of file libmp3lame.c.
| uint8_t Mp3AudioContext::buffer[BUFFER_SIZE] |
| lame_global_flags* Mp3AudioContext::gfp |
Definition at line 34 of file libmp3lame.c.
Referenced by MP3lame_encode_close(), MP3lame_encode_frame(), and MP3lame_encode_init().
Definition at line 39 of file libmp3lame.c.
Referenced by MP3lame_encode_close(), MP3lame_encode_frame(), and MP3lame_encode_init().
Definition at line 40 of file libmp3lame.c.
Referenced by MP3lame_encode_frame(), and MP3lame_encode_init().
| struct { ... } Mp3AudioContext::s32_data |
Referenced by MP3lame_encode_close(), MP3lame_encode_frame(), and MP3lame_encode_init().
Definition at line 35 of file libmp3lame.c.
Referenced by MP3lame_encode_frame(), and MP3lame_encode_init().
1.5.8