FFmpeg
|
#include <opus.h>
Data Fields | |
AVClass * | av_class |
OpusStreamContext * | streams |
int | apply_phase_inv |
int | nb_streams |
int | nb_stereo_streams |
AVFloatDSPContext * | fdsp |
int16_t | gain_i |
float | gain |
ChannelMap * | channel_maps |
OpusStreamContext* OpusContext::streams |
Definition at line 164 of file opus.h.
Referenced by opus_decode_close(), opus_decode_flush(), opus_decode_init(), and opus_decode_packet().
int OpusContext::apply_phase_inv |
Definition at line 165 of file opus.h.
Referenced by opus_decode_init().
int OpusContext::nb_streams |
Definition at line 167 of file opus.h.
Referenced by ff_opus_parse_extradata(), opus_decode_close(), opus_decode_flush(), opus_decode_init(), opus_decode_packet(), and opus_find_frame_end().
int OpusContext::nb_stereo_streams |
Definition at line 168 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_init().
AVFloatDSPContext* OpusContext::fdsp |
Definition at line 170 of file opus.h.
Referenced by opus_decode_close(), opus_decode_init(), and opus_decode_packet().
int16_t OpusContext::gain_i |
Definition at line 171 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_packet().
float OpusContext::gain |
Definition at line 172 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_packet().
ChannelMap* OpusContext::channel_maps |
Definition at line 174 of file opus.h.
Referenced by ff_opus_parse_extradata(), opus_decode_close(), opus_decode_packet(), and opus_find_frame_end().