VLC 4.0.0-dev
|
#include <vlc_aout.h>
Data Fields | |
int | remap [AOUT_CHANIDX_MAX] |
If the remap order differs from the WG4 order, a remap audio filter will be inserted to remap channels according to this array. | |
bool | headphones |
If true, a filter will be inserted to add a headphones effect (like a binauralizer audio filter). | |
bool aout_filters_cfg_t::headphones |
If true, a filter will be inserted to add a headphones effect (like a binauralizer audio filter).
int aout_filters_cfg_t::remap[AOUT_CHANIDX_MAX] |
If the remap order differs from the WG4 order, a remap audio filter will be inserted to remap channels according to this array.
Referenced by aout_FiltersNewWithClock(), and aout_UpdateStereoMode().