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?
Is it possible to read the track statistics(time, title etc) from a currently playing
Share
There is
a .NET Interface to VLC which is
Vlc.DotNet which is
an implementation on CodePlex – DMediaPlayer – Simple VLC frontend. which is