91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 14.30M
    文件類(lèi)型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語(yǔ)言: C#
  • 標(biāo)簽: 播放器??視頻??C#??播放??c??

資源簡(jiǎn)介

c#萬(wà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;

namespace?vlc.net
{
????public?partial?class?Form1?:?Form
????{
????????private?VlcPlayer?vlc_player_;
????????private?bool?is_playinig_;

????????public?Form1()
????????{
????????????InitializeComponent();

????????????string?pluginPath?=?System.Environment.CurrentDirectory?+?“\\vlc\\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;
????????}

??????

評(píng)論

共有 條評(píng)論

相關(guān)資源