FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LADSPAContext Struct Reference

Data Fields

const AVClassclass
 
char * dl_name
 
char * plugin
 
char * options
 
voiddl_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
 
intctl_needs_value
 
int nb_handles
 
LADSPA_Handle * handles
 
int sample_rate
 
int nb_samples
 
int64_t pts
 
int64_t duration
 

Detailed Description

Definition at line 37 of file af_ladspa.c.

Field Documentation

const AVClass* LADSPAContext::class

Definition at line 38 of file af_ladspa.c.

char* LADSPAContext::dl_name

Definition at line 39 of file af_ladspa.c.

Referenced by init().

char* LADSPAContext::plugin

Definition at line 40 of file af_ladspa.c.

Referenced by init().

char* LADSPAContext::options

Definition at line 41 of file af_ladspa.c.

Referenced by init().

void* LADSPAContext::dl_handle

Definition at line 42 of file af_ladspa.c.

Referenced by init(), and uninit().

unsigned long LADSPAContext::nb_inputs

Definition at line 44 of file af_ladspa.c.

Referenced by config_output(), connect_ports(), filter_frame(), init(), and query_formats().

unsigned long* LADSPAContext::ipmap

Definition at line 45 of file af_ladspa.c.

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

unsigned long LADSPAContext::nb_inputcontrols

Definition at line 47 of file af_ladspa.c.

Referenced by connect_ports(), init(), and set_control().

unsigned long* LADSPAContext::icmap

Definition at line 48 of file af_ladspa.c.

Referenced by connect_ports(), init(), set_control(), and uninit().

LADSPA_Data* LADSPAContext::ictlv

Definition at line 49 of file af_ladspa.c.

Referenced by connect_ports(), init(), set_control(), and uninit().

unsigned long LADSPAContext::nb_outputs
unsigned long* LADSPAContext::opmap

Definition at line 52 of file af_ladspa.c.

Referenced by filter_frame(), init(), request_frame(), and uninit().

unsigned long LADSPAContext::nb_outputcontrols

Definition at line 54 of file af_ladspa.c.

Referenced by connect_ports(), filter_frame(), init(), and request_frame().

unsigned long* LADSPAContext::ocmap

Definition at line 55 of file af_ladspa.c.

Referenced by connect_ports(), filter_frame(), init(), request_frame(), and uninit().

LADSPA_Data* LADSPAContext::octlv

Definition at line 56 of file af_ladspa.c.

Referenced by connect_ports(), filter_frame(), init(), request_frame(), and uninit().

const LADSPA_Descriptor* LADSPAContext::desc
int* LADSPAContext::ctl_needs_value

Definition at line 59 of file af_ladspa.c.

Referenced by init(), and uninit().

int LADSPAContext::nb_handles

Definition at line 60 of file af_ladspa.c.

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

LADSPA_Handle* LADSPAContext::handles

Definition at line 61 of file af_ladspa.c.

Referenced by connect_ports(), filter_frame(), request_frame(), and uninit().

int LADSPAContext::sample_rate

Definition at line 63 of file af_ladspa.c.

Referenced by config_output(), query_formats(), and request_frame().

int LADSPAContext::nb_samples

Definition at line 64 of file af_ladspa.c.

Referenced by request_frame().

int64_t LADSPAContext::pts

Definition at line 65 of file af_ladspa.c.

Referenced by request_frame().

int64_t LADSPAContext::duration

Definition at line 66 of file af_ladspa.c.

Referenced by request_frame().


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