首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > NET绑定到libvlc

NET绑定到libvlc

  • 资源大小:12.52 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: net libvlc 绑定

资 源 简 介

A set of bindings written in C# to the libvlc api. Using the API is simple ``` using System; using Atx.LibVLC; public class Test { public static void Main(string[] args) { VlcEngine eng = new VlcEngine(); int id = eng.Add(args[0], "A file to play"); eng.Play(id); while(eng.IsPlaying) Console.Write("{0} / {1} ", eng.Time / 1000, eng.Length / 1000); } } ```

文 件 列 表

libvlc-sharp-0.0.1-alpha
AssemblyInfo.cs
libvlc-sharp.csproj
libvlc-sharp.sln
README.txt
Test.cs
TODO.txt
VlcEngine.cs
VlcException.cs
VlcLog.cs
VlcLogEnum.cs
VlcLogMessage.cs
VIP VIP
0.177589s