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

#include <opus.h>

Data Fields

OpusStreamContextstreams
 
int nb_streams
 
int nb_stereo_streams
 
AVFloatDSPContextfdsp
 
int16_t gain_i
 
float gain
 
ChannelMapchannel_maps
 

Detailed Description

Definition at line 174 of file opus.h.

Field Documentation

OpusStreamContext* OpusContext::streams

Definition at line 175 of file opus.h.

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

int OpusContext::nb_streams
int OpusContext::nb_stereo_streams

Definition at line 177 of file opus.h.

Referenced by ff_opus_parse_extradata(), and opus_decode_init().

AVFloatDSPContext* OpusContext::fdsp

Definition at line 179 of file opus.h.

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

int16_t OpusContext::gain_i

Definition at line 180 of file opus.h.

Referenced by ff_opus_parse_extradata(), and opus_decode_packet().

float OpusContext::gain

Definition at line 181 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: