VLCMediaPlayer: rename libvlc_audio_set_channel to libvlc_audio_set_stereomode
3 unresolved threads
Fix VLCKit after LibVLC4 (master) renamed libvlc_audio_set_channel to libvlc_audio_set_stereomode: vlc@9d23e5b1
Merge request reports
Activity
Filter activity
847 847 848 848 - (void)setAudioChannel:(int)value changed this line in version 2 of the diff
847 847 848 848 - (void)setAudioChannel:(int)value 849 849 { 850 libvlc_audio_set_channel(_playerInstance, value); 850 libvlc_audio_set_stereomode(_playerInstance, value); 851 851 } 852 852 853 853 - (int)audioChannel changed this line in version 2 of the diff
mentioned in merge request !234 (merged)
added 1 commit
- e1364582 - VLCMediaPlayer: rename libvlc_audio_set_channel to libvlc_audio_set_stereomode
added 1 commit
- a707cf30 - VLCMediaPlayer: rename libvlc_audio_set_channel to libvlc_audio_set_stereomode
Closing in favor of !234 (merged)
Please don't take that personally in any way. We would be happy to receive further contributions from you and have them merged!
FYI, I took your patch and slightly modified it so it becomes part of !234 (merged) !