Skip to content
Snippets Groups Projects

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
847 847
848 848 - (void)setAudioChannel:(int)value
  • 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
  • Alexandre Janniaux mentioned in merge request !234 (merged)

    mentioned in merge request !234 (merged)

  • Ben King added 1 commit

    added 1 commit

    • e1364582 - VLCMediaPlayer: rename libvlc_audio_set_channel to libvlc_audio_set_stereomode

    Compare with previous version

  • Author Contributor

    TODO: the documentation needs to be updated.

  • Ben King added 1 commit

    added 1 commit

    • a707cf30 - VLCMediaPlayer: rename libvlc_audio_set_channel to libvlc_audio_set_stereomode

    Compare with previous version

  • 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) !

  • Please register or sign in to reply
    Loading