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

资源简介

 

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
///

///说明:APlayerDemo

///作用:对APlayer的简单应用

///作者:王龙

///联系QQ:78847023 Email:wanglong126@139.com

///编写日期:2015-08-19  最后更新日期:2015-08-21

///感谢博客园-IT周见智 分享的经验

///感谢开发者论坛各位大大分享的经验

///API说明地址:http://aplayer.open.xunlei.com/

///AD:http://www.diycms.com  http://www.ezu88.com


///

namespace VideoPlayer
{
    class conf
    {
        /// 
        /// 左键点击
        /// 

        public const int WM_LBUTTONDOWN = 0x201; //定义了鼠标的左键点击消息 
        /// 
        /// 左键弹起
        /// 

        public const int WM_LBUTTONUP = 0x202;  //定义了鼠标左键弹起消息
        /// 
        /// 左键双击
        /// 

        public 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-08-21 15:41  VideoPlayer\
     文件        1254  2015-08-21 14:42  VideoPlayer\ConstClass.cs
     文件       33202  2015-08-21 16:03  VideoPlayer\Form1.Designer.cs
     文件       20880  2015-08-21 16:03  VideoPlayer\Form1.cs
     文件        6668  2015-08-21 16:03  VideoPlayer\Form1.resx
     文件        3533  2015-08-19 17:16  VideoPlayer\Form2.Designer.cs
     文件         863  2015-08-19 17:16  VideoPlayer\Form2.cs
     文件        5814  2015-08-19 17:16  VideoPlayer\Form2.resx
     文件        1790  2015-08-21 14:42  VideoPlayer\ImageHelper.cs
     文件        3795  2015-08-21 14:42  VideoPlayer\PlayClass.cs
     文件         942  2015-08-21 14:42  VideoPlayer\Program.cs
     目录           0  2015-08-19 14:54  VideoPlayer\Properties\
     文件        1383  2015-08-20 15:35  VideoPlayer\Properties\AssemblyInfo.cs
     文件        8000  2015-08-21 15:10  VideoPlayer\Properties\Resources.Designer.cs
     文件        9575  2015-08-21 15:10  VideoPlayer\Properties\Resources.resx
     文件        1111  2015-08-19 14:54  VideoPlayer\Properties\Settings.Designer.cs
     文件         249  2015-01-30 12:56  VideoPlayer\Properties\Settings.settings
     目录           0  2015-08-20 16:51  VideoPlayer\Resources\
     文件        1403  2015-08-20 15:34  VideoPlayer\Resources\ico.png
     文件        4286  2015-08-20 13:20  VideoPlayer\Resources\kanba.ico
     文件      244016  2015-08-19 16:15  VideoPlayer\Resources\logo.bmp
     文件       17276  2015-08-20 16:51  VideoPlayer\Resources\play_1.png
     文件        6460  2015-08-21 15:12  VideoPlayer\VideoPlayer.csproj
     文件        2149  2015-08-21 14:42  VideoPlayer\Win32.cs
     目录           0  2015-08-21 15:12  VideoPlayer\bin\
     目录           0  2015-08-21 15:09  VideoPlayer\bin\Debug\
     文件      395648  2014-12-31 18:33  VideoPlayer\bin\Debug\APlayerUI_1.5.0.26.dll
     文件     1747328  2015-01-30 07:28  VideoPlayer\bin\Debug\APlayer_3.8.3.711.dll
     文件     1722664  2015-08-03 15:53  VideoPlayer\bin\Debug\APlayer_3.8.5.728.dll
     文件       10752  2015-08-21 15:41  VideoPlayer\bin\Debug\AxInterop.APlayer3Lib.dll
     文件       22528  2015-08-21 11:10  VideoPlayer\bin\Debug\ColorSlider.dll
............此处省略57个文件信息

评论

共有 条评论