FFmpeg
Data Fields
AFreqShift Struct Reference

Data Fields

const AVClassclass
 
double shift
 
double level
 
int nb_coeffs
 
int old_nb_coeffs
 
double cd [MAX_NB_COEFFS *2]
 
float cf [MAX_NB_COEFFS *2]
 
int64_t in_samples
 
AVFramei1
 
AVFrameo1
 
AVFramei2
 
AVFrameo2
 
void(* filter_channel )(AVFilterContext *ctx, int channel, AVFrame *in, AVFrame *out)
 

Detailed Description

Definition at line 31 of file af_afreqshift.c.

Field Documentation

◆ class

const AVClass* AFreqShift::class

Definition at line 32 of file af_afreqshift.c.

◆ shift

double AFreqShift::shift

Definition at line 34 of file af_afreqshift.c.

◆ level

double AFreqShift::level

Definition at line 35 of file af_afreqshift.c.

◆ nb_coeffs

int AFreqShift::nb_coeffs

Definition at line 36 of file af_afreqshift.c.

◆ old_nb_coeffs

int AFreqShift::old_nb_coeffs

Definition at line 37 of file af_afreqshift.c.

◆ cd

double AFreqShift::cd[MAX_NB_COEFFS *2]

Definition at line 39 of file af_afreqshift.c.

◆ cf

float AFreqShift::cf[MAX_NB_COEFFS *2]

Definition at line 40 of file af_afreqshift.c.

◆ in_samples

int64_t AFreqShift::in_samples

Definition at line 42 of file af_afreqshift.c.

◆ i1

AVFrame* AFreqShift::i1

Definition at line 44 of file af_afreqshift.c.

◆ o1

AVFrame * AFreqShift::o1

Definition at line 44 of file af_afreqshift.c.

◆ i2

AVFrame* AFreqShift::i2

Definition at line 45 of file af_afreqshift.c.

◆ o2

AVFrame * AFreqShift::o2

Definition at line 45 of file af_afreqshift.c.

◆ filter_channel

void(* AFreqShift::filter_channel) (AVFilterContext *ctx, int channel, AVFrame *in, AVFrame *out)

Definition at line 47 of file af_afreqshift.c.


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