FFmpeg
|
Data Fields | |
const AVClass * | class |
int | all |
char * | delays |
ChanDelay * | chandelay |
int | nb_delays |
int | block_align |
int64_t | padding |
int64_t | max_delay |
int64_t | offset |
int64_t | next_pts |
int | eof |
AVFrame * | input |
void(* | delay_channel )(ChanDelay *d, int nb_samples, const uint8_t *src, uint8_t *dst) |
int(* | resize_channel_samples )(ChanDelay *d, int64_t new_delay) |
Definition at line 38 of file af_adelay.c.
const AVClass* AudioDelayContext::class |
Definition at line 39 of file af_adelay.c.
int AudioDelayContext::all |
Definition at line 40 of file af_adelay.c.
char* AudioDelayContext::delays |
Definition at line 41 of file af_adelay.c.
ChanDelay* AudioDelayContext::chandelay |
Definition at line 42 of file af_adelay.c.
int AudioDelayContext::nb_delays |
Definition at line 43 of file af_adelay.c.
int AudioDelayContext::block_align |
Definition at line 44 of file af_adelay.c.
int64_t AudioDelayContext::padding |
Definition at line 45 of file af_adelay.c.
int64_t AudioDelayContext::max_delay |
Definition at line 46 of file af_adelay.c.
int64_t AudioDelayContext::offset |
Definition at line 47 of file af_adelay.c.
int64_t AudioDelayContext::next_pts |
Definition at line 48 of file af_adelay.c.
int AudioDelayContext::eof |
Definition at line 49 of file af_adelay.c.
AVFrame* AudioDelayContext::input |
Definition at line 51 of file af_adelay.c.
void(* AudioDelayContext::delay_channel) (ChanDelay *d, int nb_samples, const uint8_t *src, uint8_t *dst) |
Definition at line 53 of file af_adelay.c.
Definition at line 55 of file af_adelay.c.