|
Libav
|
Data Fields | |
| const AVClass * | class |
| int | nb_channels |
| int | nb_segments |
| char * | attacks |
| char * | decays |
| char * | points |
| CompandSegment * | segments |
| ChanParam * | channels |
| float | in_min_lin |
| float | out_min_lin |
| double | curve_dB |
| double | gain_dB |
| double | initial_volume |
| double | delay |
| AVFrame * | delay_frame |
| int | delay_samples |
| int | delay_count |
| int | delay_index |
| int64_t | pts |
| int(* | compand )(AVFilterContext *ctx, AVFrame *frame) |
| int | got_output |
Definition at line 54 of file af_compand.c.
| const AVClass* CompandContext::class |
Definition at line 55 of file af_compand.c.
| int CompandContext::nb_channels |
Definition at line 56 of file af_compand.c.
Referenced by compand_delay(), compand_drain(), compand_nodelay(), and config_output().
| int CompandContext::nb_segments |
Definition at line 57 of file af_compand.c.
Referenced by config_output(), and get_volume().
| char* CompandContext::attacks |
Definition at line 58 of file af_compand.c.
Referenced by config_output().
| char * CompandContext::decays |
Definition at line 58 of file af_compand.c.
Referenced by config_output().
| char * CompandContext::points |
Definition at line 58 of file af_compand.c.
Referenced by config_output().
| CompandSegment* CompandContext::segments |
Definition at line 59 of file af_compand.c.
Referenced by config_output(), get_volume(), and uninit().
| ChanParam* CompandContext::channels |
Definition at line 60 of file af_compand.c.
Referenced by compand_delay(), compand_drain(), compand_nodelay(), config_output(), and uninit().
| float CompandContext::in_min_lin |
Definition at line 61 of file af_compand.c.
Referenced by config_output().
| float CompandContext::out_min_lin |
Definition at line 62 of file af_compand.c.
Referenced by config_output(), and get_volume().
| double CompandContext::curve_dB |
Definition at line 63 of file af_compand.c.
Referenced by config_output().
| double CompandContext::gain_dB |
Definition at line 64 of file af_compand.c.
Referenced by config_output().
| double CompandContext::initial_volume |
Definition at line 65 of file af_compand.c.
Referenced by config_output().
| double CompandContext::delay |
Definition at line 66 of file af_compand.c.
Referenced by config_output().
| AVFrame* CompandContext::delay_frame |
Definition at line 67 of file af_compand.c.
Referenced by compand_delay(), compand_drain(), config_output(), and uninit().
| int CompandContext::delay_samples |
Definition at line 68 of file af_compand.c.
Referenced by compand_delay(), compand_drain(), and config_output().
| int CompandContext::delay_count |
Definition at line 69 of file af_compand.c.
Referenced by compand_delay(), compand_drain(), and request_frame().
| int CompandContext::delay_index |
Definition at line 70 of file af_compand.c.
Referenced by compand_delay(), and compand_drain().
| int64_t CompandContext::pts |
Definition at line 71 of file af_compand.c.
Referenced by compand_delay(), compand_drain(), and init().
| int(* CompandContext::compand)(AVFilterContext *ctx, AVFrame *frame) |
Definition at line 73 of file af_compand.c.
Referenced by config_output(), and filter_frame().
| int CompandContext::got_output |
Definition at line 75 of file af_compand.c.
Referenced by compand_delay(), and request_frame().
1.8.8