| FFmpeg
    | 
Contains information about the state of a loudness measurement. More...
#include <ebur128.h>
| Data Fields | |
| int | mode | 
| The current mode.  More... | |
| unsigned int | channels | 
| The number of channels.  More... | |
| unsigned long | samplerate | 
| The sample rate.  More... | |
| struct FFEBUR128StateInternal * | d | 
| Internal state.  More... | |
Contains information about the state of a loudness measurement.
You should not need to modify this struct directly.
| int FFEBUR128State::mode | 
The current mode.
Definition at line 104 of file ebur128.h.
Referenced by ff_ebur128_init(), ff_ebur128_relative_threshold(), and ff_ebur128_sample_peak().
| unsigned int FFEBUR128State::channels | 
The number of channels.
Definition at line 105 of file ebur128.h.
Referenced by ebur128_calc_gating_block(), ebur128_init_channel_map(), ff_ebur128_init(), ff_ebur128_sample_peak(), and ff_ebur128_set_channel().
| unsigned long FFEBUR128State::samplerate | 
The sample rate.
Definition at line 106 of file ebur128.h.
Referenced by ebur128_init_filter(), ff_ebur128_init(), and ff_ebur128_loudness_window().
| struct FFEBUR128StateInternal* FFEBUR128State::d | 
Internal state.
Definition at line 107 of file ebur128.h.
Referenced by ebur128_calc_gating_block(), ebur128_energy_in_interval(), ebur128_energy_shortterm(), ebur128_gated_loudness(), ebur128_init_channel_map(), ebur128_init_filter(), ff_ebur128_init(), ff_ebur128_loudness_momentary(), ff_ebur128_loudness_range_multiple(), ff_ebur128_sample_peak(), and ff_ebur128_set_channel().
 1.8.6
 1.8.6