-
大小: 39KB文件類型: .rar金幣: 1下載: 0 次發布日期: 2021-02-11
- 語言: C#
- 標簽: MyOwnPlayer.??CSharp??VLC??MyOwnPlayer??MyOwnPlayer.??myownplay??
資源簡介
C#開發的用于VLC的應用,供大家參考學習之用。程序經過調試,完全可以使用。
代碼片段和文件信息
using?System;
using?System.Runtime.InteropServices;
namespace?MyOwnPlayer
{
????class?Core
????{
????????//coreHandle字段和屬性
????????private?CoreHandle?coreHandle;
????????public?CoreHandle?CoreHandle
????????{
????????????get?{?return?coreHandle;?}
????????}
????????
????????//構造方法
????????public?Core(string[]?argv?ref?ExceptionStruct?ex)
????????{
????????????coreHandle?=?libvlc_new(argv.Length?argv?ref?ex);
????????}
????????//Dll動態導入
????????[DllImport(“libvlc“)]
????????private?static?extern?CoreHandle?libvlc_new(int?argc?string[]?args?ref?ExceptionStruct?ex);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????24576??2009-04-11?14:01??MyOwnPla
?????文件??????38400??2009-04-11?14:01??MyOwnPla
?????文件???????5632??2005-11-11?22:25??MyOwnPla
?????文件????????623??2008-12-04?11:00??MyOwnPla
?????文件????????897??2008-12-04?10:27??MyOwnPla
?????文件???????1299??2008-12-04?13:37??MyOwnPla
?????文件???????2993??2008-12-04?10:49??MyOwnPla
?????文件???????5814??2008-12-04?10:49??MyOwnPla
?????文件????????896??2008-12-04?11:01??MyOwnPla
?????文件????????299??2008-12-04?10:56??MyOwnPla
?????文件????????921??2009-04-11?14:00??MyOwnPla
?????文件???????1726??2008-12-04?11:01??MyOwnPla
?????文件????????951??2009-04-11?14:00??MyOwnPla
?????文件???????3560??2008-12-04?13:49??MyOwnPla
?????文件????????842??2008-12-04?11:00??MyOwnPla
?????文件??????24576??2009-04-11?14:01??MyOwnPla
?????文件????????180??2008-12-04?11:00??MyOwnPla
?????文件??????38400??2009-04-11?14:01??MyOwnPla
?????文件????????180??2008-12-04?10:20??MyOwnPla
?????文件????????296??2009-04-11?14:07??MyOwnPla
?????文件????????470??2008-12-04?10:11??MyOwnPla
?????文件???????1148??2008-12-04?13:50??MyOwnPla
?????文件???????2877??2008-12-04?10:11??MyOwnPla
?????文件???????5612??2008-12-04?10:11??MyOwnPla
?????文件???????1095??2008-12-04?10:11??MyOwnPla
?????文件????????249??2008-12-04?10:11??MyOwnPla
?????文件????????922??2008-12-04?10:11??MyOwnPla
????..A..H.?????21504??2009-04-11?14:07??MyOwnPla
?????目錄??????????0??2008-12-04?10:11??MyOwnPla
?????目錄??????????0??2009-04-11?14:08??MyOwnPla
............此處省略9個文件信息
- 上一篇:ditutouyym
- 下一篇:ERP 一款C#編寫的企業ERP
評論
共有 條評論