FFmpeg
Data Fields
AFreqShift Struct Reference

Data Fields

const AVClassclass
 
double shift
 
double level
 
double cd [NB_COEFS]
 
float cf [NB_COEFS]
 
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.

◆ cd

double AFreqShift::cd[NB_COEFS]

Definition at line 37 of file af_afreqshift.c.

◆ cf

float AFreqShift::cf[NB_COEFS]

Definition at line 38 of file af_afreqshift.c.

◆ in_samples

int64_t AFreqShift::in_samples

Definition at line 40 of file af_afreqshift.c.

◆ i1

AVFrame* AFreqShift::i1

Definition at line 42 of file af_afreqshift.c.

◆ o1

AVFrame * AFreqShift::o1

Definition at line 42 of file af_afreqshift.c.

◆ i2

AVFrame* AFreqShift::i2

Definition at line 43 of file af_afreqshift.c.

◆ o2

AVFrame * AFreqShift::o2

Definition at line 43 of file af_afreqshift.c.

◆ filter_channel

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

Definition at line 45 of file af_afreqshift.c.


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