FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

const AVClass* AudioDelayContext::class

Definition at line 36 of file af_adelay.c.

char* AudioDelayContext::delays

Definition at line 37 of file af_adelay.c.

Referenced by config_input(), and filter_frame().

ChanDelay* AudioDelayContext::chandelay

Definition at line 38 of file af_adelay.c.

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

int AudioDelayContext::nb_delays

Definition at line 39 of file af_adelay.c.

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

int AudioDelayContext::block_align

Definition at line 40 of file af_adelay.c.

Referenced by config_input(), and filter_frame().

unsigned AudioDelayContext::max_delay

Definition at line 41 of file af_adelay.c.

Referenced by config_input(), and request_frame().

int64_t AudioDelayContext::next_pts

Definition at line 42 of file af_adelay.c.

Referenced by filter_frame(), and request_frame().

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: