資源簡(jiǎn)介
WPF視頻播放控件,可用于海康、大華等錄像機(jī)的上位機(jī)開(kāi)發(fā)。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?System.Linq;
using?System.Runtime.InteropServices;
using?System.Text;
using?System.Threading.Tasks;
namespace?AVI
{
????public?class?AviCapture
????{
????????#region?Consts
????????//消息常量(向窗口發(fā)送消息的指令)
????????public?const?int?WM_START?=?0x400;????//此并非攝像頭消息0x400表示的就是1024
????????public?const?int?WS_CHILD?=?0x40000000;
????????public?const?int?WS_VISIBLE?=?0x10000000;
????????public?const?int?SWP_NOMOVE?=?0x2;
????????public?const?int?SWP_NOZORDER?=?0x4;
????????public?const?int?WM_CAP_GET_CAPSTREAMPTR?=?WM_START?+?1;
????????public?const?int?WM_CAP_SET_CALLBACK_ERROR?=?WM_START?+?2;//設(shè)置收回錯(cuò)誤
????????public?const?int?WM_CAP_SET_CALLBACK_STATUS?=?WM_START?+?3;//設(shè)置收回狀態(tài)
????????public?const?int?WM_CAP_SET_CALLBACK_YIELD?=?WM_START?+?4;//設(shè)置收回出產(chǎn)
????????public?const?int?WM_CAP_SET_CALLBACK_frame?=?WM_START?+?5;//設(shè)置收回結(jié)構(gòu)
????????public?const?int?WM_CAP_SET_CALLBACK_VIDEOSTREAM?=?WM_START?+?6;//設(shè)置收回視頻流
????????public?const?int?WM_CAP_SET_CALLBACK_WAVESTREAM?=?WM_START?+?7;//設(shè)置收回視頻波流
????????public?const?int?WM_CAP_GET_USER_DATA?=?WM_START?+?8;//獲得使用者數(shù)據(jù)
????????public?const?int?WM_CAP_SET_USER_DATA?=?WM_START?+?9;//設(shè)置使用者數(shù)據(jù)
????????public?const?int?WM_CAP_DRIVER_CONNECT?=?WM_START?+?10;//驅(qū)動(dòng)程序連接
????????public?const?int?WM_CAP_DRIVER_DISCONNECT?=?WM_START?+?11;//斷開(kāi)啟動(dòng)程序連接
????????public?const?int?WM_CAP_DRIVER_GET_NAME?=?WM_START?+?12;//獲得驅(qū)動(dòng)程序名字
????????public?const?int?WM_CAP_DRIVER_GET_VERSION?=?WM_START?+?13;//獲得驅(qū)動(dòng)程序版本
????????public?const?int?WM_CAP_DRIVER_GET_CAPS?=?WM_START?+?14;//獲得驅(qū)動(dòng)程序帽子
????????public?const?int?WM_CAP_FILE_SET_CAPTURE_FILE?=?WM_START?+?20;//設(shè)置捕獲文件
????????public?const?int?WM_CAP_FILE_GET_CAPTURE_FILE?=?WM_START?+?21;//獲得捕獲文件
????????public?const?int?WM_CAP_FILE_ALLOCATE?=?WM_START?+?22;//分派文件
????????public?const?int?WM_CAP_FILE_SAVEAS?=?WM_START?+?23;//另存文件為
????????public?const?int?WM_CAP_FILE_SET_INFOCHUNK?=?WM_START?+?24;//設(shè)置開(kāi)始文件
????????public?const?int?WM_CAP_FILE_SAVEDIB?=?WM_START?+?25;//保存文件
????????public?const?int?WM_CAP_EDIT_COPY?=?WM_START?+?30;//編輯復(fù)制
????????public?const?int?WM_CAP_SET_AUDIOFORMAT?=?WM_START?+?35;//設(shè)置音頻格式
????????public?const?int?WM_CAP_GET_AUDIOFORMAT?=?WM_START?+?36;//捕獲音頻格式
????????public?const?int?WM_CAP_DLG_VIDEOFORMAT?=?WM_START?+?41;//1065?打開(kāi)視頻格式設(shè)置對(duì)話框
????????public?const?int?WM_CAP_DLG_VIDEOSOURCE?=?WM_START?+?42;//1066?打開(kāi)屬性設(shè)置對(duì)話框,設(shè)置對(duì)比度亮度等
????????public?const?int?WM_CAP_DLG_VIDEODISPLAY?=?WM_START?+?43;//1067?打開(kāi)視頻顯示
????????public?const?int?WM_CAP_GET_VIDEOFORMAT?=?WM_START?+?44;//1068?獲得視頻格式
????????public?const?int?WM_CAP_SET_VIDEOFORMAT?=?WM_START?+?45;//1069?設(shè)置視頻格式
????????public?const?int?WM_CAP_DLG_VIDEOCOMPRESSION?=?WM_START?+?46;//1070?打開(kāi)壓縮設(shè)置對(duì)話框
????????public?const?int?WM_CAP_SET_PREVIEW?=?WM_START?+?50;//設(shè)置預(yù)覽
????????public?const?int?WM_CAP_SET_OVERLAY?=?WM_START?+?51;//設(shè)置覆蓋
????????public?const?int?WM_CAP_SET_PREVIEWRATE?=?WM_START?+?52;//設(shè)置預(yù)覽比例
????????pub
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2017-08-26?15:55??VideoPla
?????目錄???????????0??2017-08-25?00:22??VideoPla
?????目錄???????????0??2017-08-25?00:22??VideoPla
?????目錄???????????0??2017-08-25?00:22??VideoPla
?????文件??????129536??2017-08-27?15:28??VideoPla
?????目錄???????????0??2017-08-26?16:23??VideoPla
?????文件????????2484??2017-08-26?16:23??VideoPla
?????文件????????8965??2017-08-26?16:23??VideoPla
?????文件?????????429??2017-08-26?16:12??VideoPla
?????文件?????????734??2017-08-26?16:10??VideoPla
?????文件????????2002??2017-08-26?16:16??VideoPla
?????文件????????2503??2017-08-26?16:09??VideoPla
?????文件????????3456??2017-08-26?16:14??VideoPla
?????目錄???????????0??2017-08-26?15:55??VideoPla
?????文件????????1309??2017-08-26?15:55??VideoPla
?????文件????????1126??2017-08-26?16:07??VideoPla
?????目錄???????????0??2017-08-26?15:56??VideoPla
?????目錄???????????0??2017-08-26?16:32??VideoPla
?????文件???????10240??2017-08-26?16:32??VideoPla
?????文件???????11776??2017-08-26?16:32??VideoPla
?????目錄???????????0??2017-08-27?15:34??VideoPla
?????目錄???????????0??2017-08-26?15:55??VideoPla
?????目錄???????????0??2017-08-27?13:24??VideoPla
?????文件???????10240??2017-08-26?16:32??VideoPla
?????文件???????11776??2017-08-26?16:32??VideoPla
?????文件?????????536??2017-08-26?16:32??VideoPla
?????文件????????2073??2017-08-26?16:32??VideoPla
?????文件??????????42??2017-08-26?16:21??VideoPla
?????文件?????????713??2017-08-27?13:24??VideoPla
?????文件????????6882??2017-08-26?16:21??VideoPla
?????目錄???????????0??2017-08-27?15:34??VideoPla
............此處省略146個(gè)文件信息
評(píng)論
共有 條評(píng)論