VLC
3.0.15
|
Data Fields | |
filter_t * | rate_filter |
The filter adjusting samples count (either the scaletempo filter or a resampler) More... | |
filter_t * | resampler |
The resampler. More... | |
int | resampling |
Current resampling (Hz) More... | |
unsigned | count |
Number of filters. More... | |
filter_t * | tab [10] |
Configured user filters (e.g. More... | |
unsigned aout_filters::count |
Number of filters.
Referenced by aout_FiltersChangeViewpoint(), aout_FiltersDelete(), aout_FiltersDrain(), aout_FiltersFlush(), aout_FiltersNew(), and aout_FiltersPlay().
filter_t* aout_filters::rate_filter |
The filter adjusting samples count (either the scaletempo filter or a resampler)
Referenced by aout_FiltersNew(), and aout_FiltersPlay().
filter_t* aout_filters::resampler |
The resampler.
Referenced by aout_FiltersAdjustResampling(), aout_FiltersCanResample(), aout_FiltersDelete(), aout_FiltersDrain(), aout_FiltersFlush(), aout_FiltersNew(), and aout_FiltersPlay().
int aout_filters::resampling |
Current resampling (Hz)
Referenced by aout_FiltersAdjustResampling(), aout_FiltersDrain(), aout_FiltersNew(), and aout_FiltersPlay().
filter_t* aout_filters::tab[10] |
Configured user filters (e.g.
equalization) and their conversions
Referenced by aout_FiltersChangeViewpoint(), aout_FiltersDelete(), aout_FiltersDrain(), aout_FiltersFlush(), aout_FiltersNew(), and aout_FiltersPlay().