FFmpeg
Data Fields
ASoftClipContext Struct Reference

Data Fields

const AVClassclass
 
int type
 
int oversample
 
int64_t delay
 
double threshold
 
double output
 
double param
 
Lowpass lowpass [MAX_OVERSAMPLE]
 
AVFrameframe [2]
 
void(* filter )(struct ASoftClipContext *s, void **dst, const void **src, int nb_samples, int channels, int start, int end)
 

Detailed Description

Definition at line 51 of file af_asoftclip.c.

Field Documentation

◆ class

const AVClass* ASoftClipContext::class

Definition at line 52 of file af_asoftclip.c.

◆ type

int ASoftClipContext::type

Definition at line 54 of file af_asoftclip.c.

◆ oversample

int ASoftClipContext::oversample

Definition at line 55 of file af_asoftclip.c.

Referenced by filter_dbl(), and filter_flt().

◆ delay

int64_t ASoftClipContext::delay

Definition at line 56 of file af_asoftclip.c.

◆ threshold

double ASoftClipContext::threshold

Definition at line 57 of file af_asoftclip.c.

Referenced by filter_dbl(), and filter_flt().

◆ output

double ASoftClipContext::output

Definition at line 58 of file af_asoftclip.c.

◆ param

double ASoftClipContext::param

Definition at line 59 of file af_asoftclip.c.

Referenced by filter_dbl(), and filter_flt().

◆ lowpass

Lowpass ASoftClipContext::lowpass[MAX_OVERSAMPLE]

Definition at line 61 of file af_asoftclip.c.

◆ frame

AVFrame* ASoftClipContext::frame[2]

Definition at line 62 of file af_asoftclip.c.

◆ filter

void(* ASoftClipContext::filter) (struct ASoftClipContext *s, void **dst, const void **src, int nb_samples, int channels, int start, int end)

Definition at line 64 of file af_asoftclip.c.


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