FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | dl_name |
char * | plugin |
char * | options |
void * | dl_handle |
unsigned long | nb_inputs |
unsigned long * | ipmap |
unsigned long | nb_inputcontrols |
unsigned long * | icmap |
LADSPA_Data * | ictlv |
unsigned long | nb_outputs |
unsigned long * | opmap |
unsigned long | nb_outputcontrols |
unsigned long * | ocmap |
LADSPA_Data * | octlv |
const LADSPA_Descriptor * | desc |
int * | ctl_needs_value |
int | nb_handles |
LADSPA_Handle * | handles |
int | sample_rate |
int | nb_samples |
int64_t | pts |
int64_t | duration |
Definition at line 36 of file af_ladspa.c.
const AVClass* LADSPAContext::class |
Definition at line 37 of file af_ladspa.c.
char* LADSPAContext::dl_name |
Definition at line 38 of file af_ladspa.c.
Referenced by init().
char* LADSPAContext::plugin |
Definition at line 39 of file af_ladspa.c.
Referenced by init().
char* LADSPAContext::options |
Definition at line 40 of file af_ladspa.c.
Referenced by init().
void* LADSPAContext::dl_handle |
Definition at line 41 of file af_ladspa.c.
unsigned long LADSPAContext::nb_inputs |
Definition at line 43 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), init(), and query_formats().
unsigned long* LADSPAContext::ipmap |
Definition at line 44 of file af_ladspa.c.
Referenced by filter_frame(), init(), and uninit().
unsigned long LADSPAContext::nb_inputcontrols |
Definition at line 46 of file af_ladspa.c.
Referenced by connect_ports(), init(), and set_control().
unsigned long* LADSPAContext::icmap |
Definition at line 47 of file af_ladspa.c.
Referenced by connect_ports(), init(), set_control(), and uninit().
LADSPA_Data* LADSPAContext::ictlv |
Definition at line 48 of file af_ladspa.c.
Referenced by connect_ports(), init(), set_control(), and uninit().
unsigned long LADSPAContext::nb_outputs |
Definition at line 50 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), init(), query_formats(), and request_frame().
unsigned long* LADSPAContext::opmap |
Definition at line 51 of file af_ladspa.c.
Referenced by filter_frame(), init(), request_frame(), and uninit().
unsigned long LADSPAContext::nb_outputcontrols |
Definition at line 53 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), init(), and request_frame().
unsigned long* LADSPAContext::ocmap |
Definition at line 54 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), init(), request_frame(), and uninit().
LADSPA_Data* LADSPAContext::octlv |
Definition at line 55 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), init(), request_frame(), and uninit().
const LADSPA_Descriptor* LADSPAContext::desc |
Definition at line 57 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), init(), print_ctl_info(), request_frame(), set_control(), set_default_ctl_value(), and uninit().
int* LADSPAContext::ctl_needs_value |
Definition at line 58 of file af_ladspa.c.
int LADSPAContext::nb_handles |
Definition at line 59 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), and uninit().
LADSPA_Handle* LADSPAContext::handles |
Definition at line 60 of file af_ladspa.c.
Referenced by connect_ports(), filter_frame(), request_frame(), and uninit().
int LADSPAContext::sample_rate |
Definition at line 62 of file af_ladspa.c.
Referenced by config_output(), query_formats(), and request_frame().
int LADSPAContext::nb_samples |
Definition at line 63 of file af_ladspa.c.
Referenced by request_frame().
int64_t LADSPAContext::pts |
Definition at line 64 of file af_ladspa.c.
Referenced by request_frame().
int64_t LADSPAContext::duration |
Definition at line 65 of file af_ladspa.c.
Referenced by request_frame().