資源簡(jiǎn)介
c#使用VLC類(lèi)庫(kù) 實(shí)現(xiàn)視頻播放。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
using?System.Threading;
namespace?vlc.net
{
????public?partial?class?Form1?:?Form
????{
????????private?VlcPlayer?vlc_player_;
????????private?bool?is_playinig_;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????string?pluginPath?=?System.Environment.CurrentDirectory?+?“\\plugins\\“;
????????????vlc_player_?=?new?VlcPlayer(pluginPath);
????????????IntPtr?render_wnd?=?this.panel1.Handle;
????????????vlc_player_.SetRenderWindow((int)render_wnd);
????????????tbVideoTime.Text?=?“00:00:00/00:00:00“;
????????????is_playinig_?=?false;
???
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件????????161??2013-08-14?13:47??VLC用C#開(kāi)發(fā)\app.config
?????文件?????143296??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\libvlc.dll
?????文件????2631616??2015-04-13?22:00??VLC用C#開(kāi)發(fā)\bin\Debug\libvlccore.dll
?????文件?????114112??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libaccess_bd_plugin.dll
?????文件??????88512??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libaccess_mms_plugin.dll
?????文件?????115136??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libaccess_realrtsp_plugin.dll
?????文件??????22464??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libattachment_plugin.dll
?????文件?????637238??2015-04-13?21:56??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libbluray-j2se-0.7.0.jar
?????文件?????171968??2015-04-13?21:58??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libcdda_plugin.dll
?????文件?????554944??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libdshow_plugin.dll
?????文件?????265152??2015-04-13?21:58??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libdtv_plugin.dll
?????文件?????245184??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libdvdnav_plugin.dll
?????文件?????166848??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libdvdread_plugin.dll
?????文件??????55744??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libfilesystem_plugin.dll
?????文件??????98752??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libftp_plugin.dll
?????文件?????127936??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libhttp_plugin.dll
?????文件??????22976??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libidummy_plugin.dll
?????文件??????56768??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libimem_plugin.dll
?????文件????2158528??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\liblibbluray_plugin.dll
?????文件?????720832??2015-04-13?21:58??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\liblive555_plugin.dll
?????文件??????52672??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\librar_plugin.dll
?????文件?????534976??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\librtp_plugin.dll
?????文件??????29632??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libscreen_plugin.dll
?????文件??????22464??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libsdp_plugin.dll
?????文件?????728000??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libsftp_plugin.dll
?????文件??????25536??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libshm_plugin.dll
?????文件??????49600??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libsmb_plugin.dll
?????文件??????22464??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libtcp_plugin.dll
?????文件??????49088??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libtimecode_plugin.dll
?????文件??????24000??2015-04-13?21:57??VLC用C#開(kāi)發(fā)\bin\Debug\plugins\access\libudp_plugin.dll
............此處省略362個(gè)文件信息
- 上一篇:WPF主題 漂亮的皮膚
- 下一篇:opc讀取數(shù)據(jù)
評(píng)論
共有 條評(píng)論