ZeBobo5 / Vlc.DotNet

.NET control that hosts the audio/video capabilities of the VLC libraries
MIT License
948 stars 416 forks source link

Audio Track Switch #45

Open Gabee8 opened 9 years ago

Gabee8 commented 9 years ago

Hello! How to switch audio track? my code: Vlc.DotNet.Core.VlcMediaPlayer vmpl; DirectoryInfo VlcLibDirectory = new DirectoryInfo(Path.Combine(currentDirectory, @".\Vlc\")); vmpl = new Vlc.DotNet.Core.VlcMediaPlayer(VlcLibDirectory); vmpl.VideoHostControlHandle = panel1.Handle; Button click event: FileInfo file = new FileInfo(fileName); vmpl.SetMedia(file); vmpl.Play(); Thanks.

JeanMeijer commented 9 years ago

The audio track switcher is broken, and nobody seems interested in fixing it.

jeremyVignelles commented 7 years ago

I'm interested in solving as many issues as possible in this repository. What kind of files do I need to reproduce this? Might be related to #48