FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | args |
int64_t | out_channel_layout |
double | gain [MAX_CHANNELS][MAX_CHANNELS] |
int64_t | need_renorm |
int | need_renumber |
int | nb_input_channels |
int | nb_output_channels |
int | pure_gains |
int | channel_map [SWR_CH_MAX] |
struct SwrContext * | swr |
Detailed Description
Field Documentation
char* PanContext::args |
Definition at line 44 of file af_pan.c.
Referenced by musixmatch.api.Error::__repr__(), musixmatch.api.Error::__str__(), and init().
int PanContext::channel_map[SWR_CH_MAX] |
Definition at line 54 of file af_pan.c.
Referenced by config_props().
double PanContext::gain[MAX_CHANNELS][MAX_CHANNELS] |
Definition at line 46 of file af_pan.c.
Referenced by are_gains_pure(), config_props(), and init().
int PanContext::nb_input_channels |
Definition at line 49 of file af_pan.c.
Referenced by config_props().
int PanContext::nb_output_channels |
Definition at line 50 of file af_pan.c.
Referenced by config_props(), and init().
int64_t PanContext::need_renorm |
Definition at line 47 of file af_pan.c.
Referenced by config_props(), and init().
int PanContext::need_renumber |
Definition at line 48 of file af_pan.c.
Referenced by config_props(), and init().
int64_t PanContext::out_channel_layout |
Definition at line 45 of file af_pan.c.
Referenced by config_props(), init(), and query_formats().
int PanContext::pure_gains |
Definition at line 52 of file af_pan.c.
Referenced by config_props(), and query_formats().
struct SwrContext* PanContext::swr |
Definition at line 55 of file af_pan.c.
Referenced by config_props(), filter_frame(), and uninit().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11