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

#include <opus.h>

Data Fields

AVClassav_class
 
OpusStreamContextstreams
 
int apply_phase_inv
 
float ** out
 
intout_size
 
AVAudioFifo ** sync_buffers
 
intdecoded_samples
 
int nb_streams
 
int nb_stereo_streams
 
AVFloatDSPContextfdsp
 
int16_t gain_i
 
float gain
 
ChannelMapchannel_maps
 

Detailed Description

Definition at line 152 of file opus.h.

Field Documentation

AVClass* OpusContext::av_class

Definition at line 153 of file opus.h.

OpusStreamContext* OpusContext::streams

Definition at line 154 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 155 of file opus.h.

Referenced by opus_decode_init().

float** OpusContext::out

Definition at line 158 of file opus.h.

Referenced by opus_decode_close(), opus_decode_init(), and opus_decode_packet().

int* OpusContext::out_size

Definition at line 159 of file opus.h.

Referenced by opus_decode_close(), opus_decode_init(), and opus_decode_packet().

AVAudioFifo** OpusContext::sync_buffers

Definition at line 162 of file opus.h.

Referenced by opus_decode_close(), opus_decode_flush(), opus_decode_init(), and opus_decode_packet().

int* OpusContext::decoded_samples

Definition at line 164 of file opus.h.

Referenced by opus_decode_close(), opus_decode_init(), and opus_decode_packet().

int OpusContext::nb_streams
int OpusContext::nb_stereo_streams

Definition at line 167 of file opus.h.

Referenced by ff_opus_parse_extradata(), and opus_decode_init().

AVFloatDSPContext* OpusContext::fdsp

Definition at line 169 of file opus.h.

Referenced by opus_decode_close(), opus_decode_init(), and opus_decode_packet().

int16_t OpusContext::gain_i

Definition at line 170 of file opus.h.

Referenced by ff_opus_parse_extradata(), and opus_decode_packet().

float OpusContext::gain

Definition at line 171 of file opus.h.

Referenced by ff_opus_parse_extradata(), and opus_decode_packet().

ChannelMap* OpusContext::channel_maps

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