Skip to content

MediaPlayer: adapt with recent LibVLC changes

Thomas Guillem requested to merge tguillem/libvlcpp:audio-channels into master

Replace libvlc_audio_XXX_channel with libvlc_audio_XXX_stereomode

The values come from an enum and are mostly compatible with older values.

Add mixMode/setMixMode functions.

Merge request reports