FFmpeg
Data Fields
ANoiseSrcContext Struct Reference

Data Fields

const AVClassclass
 
int sample_rate
 
double amplitude
 
double density
 
int64_t duration
 
int color
 
int64_t seed
 
int nb_samples
 
int64_t pts
 
int infinite
 
double(* filter )(double white, double *buf)
 
double buf [7]
 
AVLFG c
 

Detailed Description

Definition at line 31 of file asrc_anoisesrc.c.

Field Documentation

◆ class

const AVClass* ANoiseSrcContext::class

Definition at line 32 of file asrc_anoisesrc.c.

◆ sample_rate

int ANoiseSrcContext::sample_rate

Definition at line 33 of file asrc_anoisesrc.c.

◆ amplitude

double ANoiseSrcContext::amplitude

Definition at line 34 of file asrc_anoisesrc.c.

◆ density

double ANoiseSrcContext::density

Definition at line 35 of file asrc_anoisesrc.c.

◆ duration

int64_t ANoiseSrcContext::duration

Definition at line 36 of file asrc_anoisesrc.c.

◆ color

int ANoiseSrcContext::color

Definition at line 37 of file asrc_anoisesrc.c.

◆ seed

int64_t ANoiseSrcContext::seed

Definition at line 38 of file asrc_anoisesrc.c.

◆ nb_samples

int ANoiseSrcContext::nb_samples

Definition at line 39 of file asrc_anoisesrc.c.

◆ pts

int64_t ANoiseSrcContext::pts

Definition at line 41 of file asrc_anoisesrc.c.

◆ infinite

int ANoiseSrcContext::infinite

Definition at line 42 of file asrc_anoisesrc.c.

◆ filter

double(* ANoiseSrcContext::filter) (double white, double *buf)

Definition at line 43 of file asrc_anoisesrc.c.

◆ buf

double ANoiseSrcContext::buf[7]

Definition at line 44 of file asrc_anoisesrc.c.

◆ c

AVLFG ANoiseSrcContext::c

Definition at line 45 of file asrc_anoisesrc.c.


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