資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?VPlayer
{
????public?partial?class?Form_Main?:?Form
????{
????????#region?變量
????????VlcPlayer?vlc_player;
????????bool?IsLocal?=?false;//本地播還是網絡播
????????string?PlaySource?=?string.Empty;//播放源(本地/URL)
????????double?PlayPos?=?0;//播放位置(=-1時用播放,>=0時用暫停)
????????#endregion
????????#region?構造
????????public?Form_Main()
????????{
????????????InitializeComponent();
????????????string?pluginPath?=?System.Environment.CurrentDirectory?+?“\\plugins\\“;
????????????vlc_player?=?new?VlcPlayer(pluginPath);
????????????IntPtr?render_wnd?=?panelMain.Handle;
????????????vlc_player.
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-09-18?14:58??VPla
?????文件??????111104??2012-12-13?08:12??VPla
?????文件?????2286592??2012-12-13?08:13??VPla
?????目錄???????????0??2016-09-18?14:59??VPla
?????目錄???????????0??2016-09-18?14:57??VPla
?????文件???????37376??2012-12-13?08:13??VPla
?????目錄???????????0??2016-09-18?14:57??VPla
?????文件???????34816??2012-12-13?08:13??VPla
?????文件???????93696??2012-12-13?08:13??VPla
?????文件???????45056??2012-12-13?08:13??VPla
?????文件???????91648??2012-12-13?08:13??VPla
?????文件???????47104??2012-12-13?08:13??VPla
?????文件???????79360??2012-12-13?08:13??VPla
?????文件???????39936??2012-12-13?08:13??VPla
?????文件???????72192??2012-12-13?08:13??VPla
?????文件???????37376??2012-12-13?08:13??VPla
?????文件???????35328??2012-12-13?08:13??VPla
?????文件???????35840??2012-12-13?08:13??VPla
?????文件???????47616??2012-12-13?08:13??VPla
?????文件??????131072??2012-12-13?08:13??VPla
?????文件??????219648??2012-12-13?08:13??VPla
?????文件??????179712??2012-12-13?08:13??VPla
?????文件??????258560??2012-12-13?08:13??VPla
?????文件??????178688??2012-12-13?08:13??VPla
?????文件???????43520??2012-12-13?08:13??VPla
?????文件???????35840??2012-12-13?08:13??VPla
?????文件??????157696??2012-12-13?08:13??VPla
?????文件??????422400??2012-12-13?08:13??VPla
?????文件???????42496??2012-12-13?08:13??VPla
?????文件???????34304??2012-12-13?08:13??VPla
?????文件???????38912??2012-12-13?08:13??VPla
............此處省略298個文件信息
評論
共有 條評論