Does VLC media player have a C# interface?

岁酱吖の 提交于 2019-11-26 15:49:30

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!