|
FFmpeg
|
Data Fields | |
| CompandSegment * | segments |
| int | nb_segments |
| double | in_min_lin |
| double | out_min_lin |
| double | curve_dB |
| double | gain_dB |
Definition at line 45 of file af_mcompand.c.
| CompandSegment* CompandT::segments |
Definition at line 46 of file af_mcompand.c.
Referenced by config_output(), get_volume(), parse_points(), and uninit().
| int CompandT::nb_segments |
Definition at line 47 of file af_mcompand.c.
Referenced by config_output(), get_volume(), and parse_points().
| double CompandT::in_min_lin |
Definition at line 48 of file af_mcompand.c.
Referenced by parse_points().
| double CompandT::out_min_lin |
Definition at line 49 of file af_mcompand.c.
Referenced by get_volume(), and parse_points().
| double CompandT::curve_dB |
Definition at line 50 of file af_mcompand.c.
Referenced by config_output(), and parse_points().
| double CompandT::gain_dB |
Definition at line 51 of file af_mcompand.c.
Referenced by config_output(), and parse_points().
1.8.6