FFmpeg
Data Fields
ChorusContext Struct Reference

Data Fields

const AVClassclass
 
float in_gain
 
float out_gain
 
char * delays_str
 
char * decays_str
 
char * speeds_str
 
char * depths_str
 
float * delays
 
float * decays
 
float * speeds
 
float * depths
 
uint8_t ** chorusbuf
 
int ** phase
 
intlength
 
int32_t ** lookup_table
 
intcounter
 
int num_chorus
 
int max_samples
 
int channels
 
int modulation
 
int fade_out
 
int64_t next_pts
 

Detailed Description

Definition at line 39 of file af_chorus.c.

Field Documentation

◆ class

const AVClass* ChorusContext::class

Definition at line 40 of file af_chorus.c.

◆ in_gain

float ChorusContext::in_gain

Definition at line 41 of file af_chorus.c.

◆ out_gain

float ChorusContext::out_gain

Definition at line 41 of file af_chorus.c.

◆ delays_str

char* ChorusContext::delays_str

Definition at line 42 of file af_chorus.c.

◆ decays_str

char* ChorusContext::decays_str

Definition at line 43 of file af_chorus.c.

◆ speeds_str

char* ChorusContext::speeds_str

Definition at line 44 of file af_chorus.c.

◆ depths_str

char* ChorusContext::depths_str

Definition at line 45 of file af_chorus.c.

◆ delays

float* ChorusContext::delays

Definition at line 46 of file af_chorus.c.

◆ decays

float* ChorusContext::decays

Definition at line 47 of file af_chorus.c.

◆ speeds

float* ChorusContext::speeds

Definition at line 48 of file af_chorus.c.

◆ depths

float* ChorusContext::depths

Definition at line 49 of file af_chorus.c.

◆ chorusbuf

uint8_t** ChorusContext::chorusbuf

Definition at line 50 of file af_chorus.c.

◆ phase

int** ChorusContext::phase

Definition at line 51 of file af_chorus.c.

◆ length

int* ChorusContext::length

Definition at line 52 of file af_chorus.c.

◆ lookup_table

int32_t** ChorusContext::lookup_table

Definition at line 53 of file af_chorus.c.

◆ counter

int* ChorusContext::counter

Definition at line 54 of file af_chorus.c.

◆ num_chorus

int ChorusContext::num_chorus

Definition at line 55 of file af_chorus.c.

◆ max_samples

int ChorusContext::max_samples

Definition at line 56 of file af_chorus.c.

◆ channels

int ChorusContext::channels

Definition at line 57 of file af_chorus.c.

◆ modulation

int ChorusContext::modulation

Definition at line 58 of file af_chorus.c.

◆ fade_out

int ChorusContext::fade_out

Definition at line 59 of file af_chorus.c.

◆ next_pts

int64_t ChorusContext::next_pts

Definition at line 60 of file af_chorus.c.


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