• 大小: 0.88M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 视频  播放  c  vlc  

资源简介

wpf下使用vlc播放视频,包含常用的格式以及流格式。

源码,自带解码器;并不是调用WMP

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using Declarations;
using Declarations.Players;
using Declarations.Media;
using Implementation;
using Declarations.Events;
using Microsoft.Win32;
using System.Threading.Tasks;
using System.Threading;
using System.Windows.Controls.Primitives;
using System.Windows.Interop;

namespace VLC.Interface
{
    /// 
    /// UserControl1.xaml 的交互逻辑
    /// 

    public partial class VLCPlayer : UserControl
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     253952  2011-04-09 16:51  VLC.Interface\VLC.Interface\bin\Debug\NLog.dll

     文件      45056  2014-04-29 10:25  VLC.Interface\VLC.Interface\bin\Debug\nVLC.Declarations.dll

     文件     124928  2014-04-29 10:35  VLC.Interface\VLC.Interface\bin\Debug\nVLC.Implementation.dll

     文件      36352  2014-04-29 10:28  VLC.Interface\VLC.Interface\bin\Debug\nVLC.LibVlcWrapper.dll

     文件     535040  2013-09-27 17:03  VLC.Interface\VLC.Interface\bin\Debug\SharpDX.dll

     文件       9216  2013-10-01 02:02  VLC.Interface\VLC.Interface\bin\Debug\Taygeta.Controls.dll

     文件     394752  2013-10-01 02:02  VLC.Interface\VLC.Interface\bin\Debug\Taygeta.Core.dll

     文件      18432  2014-06-20 00:44  VLC.Interface\VLC.Interface\bin\Debug\VLC.Interface.dll

     文件      34304  2014-06-20 00:44  VLC.Interface\VLC.Interface\bin\Debug\VLC.Interface.pdb

     文件      41672  2014-06-19 23:29  VLC.Interface\VLC.Interface\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6999  2014-06-20 00:44  VLC.Interface\VLC.Interface\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        156  2014-06-19 16:50  VLC.Interface\VLC.Interface\obj\Debug\GenerateResource.read.1.tlog

     文件        366  2014-06-19 16:50  VLC.Interface\VLC.Interface\obj\Debug\GenerateResource.write.1.tlog

     文件      30637  2014-06-18 20:35  VLC.Interface\VLC.Interface\obj\Debug\ResolveAssemblyReference.cache

     文件       4608  2014-06-18 17:13  VLC.Interface\VLC.Interface\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       2941  2014-06-18 17:10  VLC.Interface\VLC.Interface\obj\Debug\UserControl1.g.i.cs

     文件       1017  2014-06-20 00:41  VLC.Interface\VLC.Interface\obj\Debug\VLC.Interface.csproj.FileListAbsolute.txt

     文件      18432  2014-06-20 00:44  VLC.Interface\VLC.Interface\obj\Debug\VLC.Interface.dll

     文件       4034  2014-06-19 23:52  VLC.Interface\VLC.Interface\obj\Debug\VLC.Interface.g.resources

     文件      34304  2014-06-20 00:44  VLC.Interface\VLC.Interface\obj\Debug\VLC.Interface.pdb

     文件        180  2014-06-19 16:50  VLC.Interface\VLC.Interface\obj\Debug\VLC.Interface.Properties.Resources.resources

     文件        212  2014-06-20 00:44  VLC.Interface\VLC.Interface\obj\Debug\VLC.Interface_MarkupCompile.cache

     文件        215  2014-06-19 23:52  VLC.Interface\VLC.Interface\obj\Debug\VLC.Interface_MarkupCompile.i.cache

     文件       3808  2014-06-19 23:52  VLC.Interface\VLC.Interface\obj\Debug\VLCPlayer.baml

     文件      12969  2014-06-19 23:52  VLC.Interface\VLC.Interface\obj\Debug\VLCPlayer.g.cs

     文件      12969  2014-06-19 23:52  VLC.Interface\VLC.Interface\obj\Debug\VLCPlayer.g.i.cs

     文件       2210  2014-06-18 17:10  VLC.Interface\VLC.Interface\Properties\AssemblyInfo.cs

     文件       2862  2014-06-18 17:13  VLC.Interface\VLC.Interface\Properties\Resources.Designer.cs

     文件       5612  2014-06-18 17:10  VLC.Interface\VLC.Interface\Properties\Resources.resx

     文件       1109  2014-06-18 17:13  VLC.Interface\VLC.Interface\Properties\Settings.Designer.cs

............此处省略73个文件信息

评论

共有 条评论