如何使用C#在我的Windows窗体应用程序中嵌入VLC [英] How to embed vlc in my windows form application with c#

查看:82
本文介绍了如何使用C#在我的Windows窗体应用程序中嵌入VLC的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试制作一个可以控制我的IP摄像机的应用程序.VLC媒体播放器可以做到这一点,但是我不知道如何将其嵌入到我的应用程序中以向其中添加功能(例如捕获图片).会吗?

I'm trying to make an app that can control my IP cameras.VLC media player can do this but I don't know how to embed it in my app to add features to it like capture a picture.What should I do?

推荐答案

VideoLAN Wiki包含有关 .VLC的.Net接口的链接以及libvlc的 C#绑定,这是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.

您会在其中找到几个项目,例如 VLCdotNet ,您似乎可以使用它们.

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

您还可以通过查看CodePlex上 DMediaPlayer的来源,进入VLC的.Net界面.

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

这篇关于如何使用C#在我的Windows窗体应用程序中嵌入VLC的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆