VLC 4.0.0-dev
aout_filters_cfg_t Struct Reference

#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. More...
 
bool headphones
 If true, a filter will be inserted to add a headphones effect (like a binauralizer audio filter). More...
 

Field Documentation

◆ headphones

bool aout_filters_cfg_t::headphones

If true, a filter will be inserted to add a headphones effect (like a binauralizer audio filter).

◆ remap

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().


The documentation for this struct was generated from the following file: