简体   繁体   中英

How to embed vlc in my windows form application with c#

我正在尝试制作一个可以控制我的IP摄像头的应用程序.VLC媒体播放器可以做到这一点,但我不知道如何将它嵌入我的应用程序中添加功能,如捕捉图片。我该怎么办?

The VideoLAN Wiki has links about the .Net Interface to VLC as well as C# bindings for libvlc, which is the underlying library of VLC.

You will find there several projects such as VLCdotNet which seems to be something that you can use.

You can also get into the .Net Interface to VLC by looking at the sources of the DMediaPlayer on CodePlex .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM