问题
Is it possible to read the track statistics(time, title etc) from a currently playing file in VLC play using a wrapper in a C# console application? does anyone have any recommendations for a wrapper to use?
回答1:
There is an .Net Interface to VLC and Vlc.DotNet.
There is an implementation on CodePlex. DMediaPlayer - Simple VLC frontend. Hope this is what you are looking for...
回答2:
Also there is Vlc.DotNet
The project have all you need and it is compatible all versions of VLC >= 1.1
You can find samples on site.
来源:https://stackoverflow.com/questions/7382793/does-vlc-media-player-have-a-c-sharp-interface