I am using VB.net and having problem when I try to set the audio to left or right before play.
Here is the simple code that I was using.
Code: Select all
Dim lStrOption As String
lStrOption = "--sout-mono-channel={0}"
VLCPlayer.playlist.items.Clear
VLCPlayer.playlist.Add lCurrentSongLocation, , lStrOption
Code: Select all
VLCPlayer.playlist.Add lCurrentSongLocation
VLCPlayer.playlist.Play
VLCPlayer.audio.channel = 3