FFmpeg  4.0
Data Fields
OpusStreamContext Struct Reference

#include <libavcodec/opus.h>

Data Fields

AVCodecContextavctx
 
int output_channels
 
OpusRangeCoder rc
 
OpusRangeCoder redundancy_rc
 
SilkContextsilk
 
CeltFramecelt
 
AVFloatDSPContextfdsp
 
float silk_buf [2][960]
 
float * silk_output [2]
 
float celt_buf [2][960]
 
float * celt_output [2]
 
float redundancy_buf [2][960]
 
float * redundancy_output [2]
 
float * out [2]
 
int out_size
 
float * out_dummy
 
int out_dummy_allocated_size
 
SwrContextswr
 
AVAudioFifocelt_delay
 
int silk_samplerate
 
int delayed_samples
 
OpusPacket packet
 
int redundancy_idx
 

Detailed Description

Definition at line 100 of file opus.h.

Field Documentation

◆ avctx

AVCodecContext* OpusStreamContext::avctx

◆ output_channels

int OpusStreamContext::output_channels

◆ rc

OpusRangeCoder OpusStreamContext::rc

Definition at line 104 of file opus.h.

Referenced by opus_decode_frame().

◆ redundancy_rc

OpusRangeCoder OpusStreamContext::redundancy_rc

Definition at line 105 of file opus.h.

Referenced by opus_decode_redundancy().

◆ silk

SilkContext* OpusStreamContext::silk

Definition at line 106 of file opus.h.

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

◆ celt

CeltFrame* OpusStreamContext::celt

◆ fdsp

AVFloatDSPContext* OpusStreamContext::fdsp

Definition at line 108 of file opus.h.

Referenced by opus_decode_frame(), opus_decode_init(), and opus_flush_resample().

◆ silk_buf

float OpusStreamContext::silk_buf[2][960]

Definition at line 110 of file opus.h.

Referenced by opus_decode_init().

◆ silk_output

float* OpusStreamContext::silk_output[2]

Definition at line 111 of file opus.h.

Referenced by opus_decode_frame(), and opus_decode_init().

◆ celt_buf

float OpusStreamContext::celt_buf[2][960]

Definition at line 112 of file opus.h.

Referenced by opus_decode_init().

◆ celt_output

float* OpusStreamContext::celt_output[2]

Definition at line 113 of file opus.h.

Referenced by opus_decode_frame(), opus_decode_init(), and opus_flush_resample().

◆ redundancy_buf

float OpusStreamContext::redundancy_buf[2][960]

Definition at line 115 of file opus.h.

Referenced by opus_decode_init().

◆ redundancy_output

float* OpusStreamContext::redundancy_output[2]

◆ out

float* OpusStreamContext::out[2]

◆ out_size

int OpusStreamContext::out_size

Definition at line 120 of file opus.h.

Referenced by opus_decode_subpacket(), and opus_flush_resample().

◆ out_dummy

float* OpusStreamContext::out_dummy

Definition at line 122 of file opus.h.

Referenced by opus_decode_close(), and opus_decode_subpacket().

◆ out_dummy_allocated_size

int OpusStreamContext::out_dummy_allocated_size

Definition at line 123 of file opus.h.

Referenced by opus_decode_close(), and opus_decode_subpacket().

◆ swr

SwrContext* OpusStreamContext::swr

◆ celt_delay

AVAudioFifo* OpusStreamContext::celt_delay

◆ silk_samplerate

int OpusStreamContext::silk_samplerate

Definition at line 127 of file opus.h.

Referenced by opus_decode_packet(), opus_decode_subpacket(), and opus_init_resample().

◆ delayed_samples

int OpusStreamContext::delayed_samples

◆ packet

OpusPacket OpusStreamContext::packet

◆ redundancy_idx

int OpusStreamContext::redundancy_idx

Definition at line 133 of file opus.h.

Referenced by opus_decode_frame(), and opus_flush_resample().


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