FFmpeg  4.0
Data Fields
AudioDelayContext Struct Reference

Data Fields

const AVClassclass
 
char * delays
 
ChanDelaychandelay
 
int nb_delays
 
int block_align
 
unsigned max_delay
 
int64_t next_pts
 
void(* delay_channel )(ChanDelay *d, int nb_samples, const uint8_t *src, uint8_t *dst)
 

Detailed Description

Definition at line 35 of file af_adelay.c.

Field Documentation

◆ class

const AVClass* AudioDelayContext::class

Definition at line 36 of file af_adelay.c.

◆ delays

char* AudioDelayContext::delays

Definition at line 37 of file af_adelay.c.

Referenced by config_input(), and filter_frame().

◆ chandelay

ChanDelay* AudioDelayContext::chandelay

Definition at line 38 of file af_adelay.c.

Referenced by config_input(), filter_frame(), and uninit().

◆ nb_delays

int AudioDelayContext::nb_delays

Definition at line 39 of file af_adelay.c.

Referenced by config_input(), filter_frame(), and uninit().

◆ block_align

int AudioDelayContext::block_align

Definition at line 40 of file af_adelay.c.

Referenced by config_input(), and filter_frame().

◆ max_delay

unsigned AudioDelayContext::max_delay

Definition at line 41 of file af_adelay.c.

Referenced by config_input(), and request_frame().

◆ next_pts

int64_t AudioDelayContext::next_pts

Definition at line 42 of file af_adelay.c.

Referenced by filter_frame(), and request_frame().

◆ delay_channel

void(* AudioDelayContext::delay_channel) (ChanDelay *d, int nb_samples, const uint8_t *src, uint8_t *dst)

Definition at line 44 of file af_adelay.c.

Referenced by config_input(), and filter_frame().


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