FFmpeg
|
Data Fields | |
int | frame_us |
int | srate_hz |
int | hr_mode |
void * | decoder_mem |
lc3_decoder_t | decoder [DECODER_MAX_CHANNELS] |
Definition at line 33 of file liblc3dec.c.
int LibLC3DecContext::frame_us |
Definition at line 34 of file liblc3dec.c.
Referenced by liblc3_decode(), and liblc3_decode_init().
int LibLC3DecContext::srate_hz |
Definition at line 34 of file liblc3dec.c.
Referenced by liblc3_decode(), and liblc3_decode_init().
int LibLC3DecContext::hr_mode |
Definition at line 34 of file liblc3dec.c.
Referenced by liblc3_decode_init().
void* LibLC3DecContext::decoder_mem |
Definition at line 35 of file liblc3dec.c.
Referenced by liblc3_decode_close(), and liblc3_decode_init().
lc3_decoder_t LibLC3DecContext::decoder[DECODER_MAX_CHANNELS] |
Definition at line 36 of file liblc3dec.c.
Referenced by liblc3_decode(), and liblc3_decode_init().