登录
首页 » Delphi-C++Builder » unit Video interface uses Windows, Messages, SysUtils, Classes, Gr...

unit Video interface uses Windows, Messages, SysUtils, Classes, Gr...

于 2022-02-21 发布 文件大小:53.39 kB
0 205
下载积分: 2 下载次数: 1

代码说明:

unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 《Delphi 7课程设计案例精编》源代码包含本书二十个案例的全部代码,并可全部运行...
    《Delphi 7课程设计案例精编》源代码包含本书二十个案例的全部代码,并可全部运行-"Delphi 7 cases intensive curriculum design series" source code book contains 20 cases of all the code and can run all
    2022-06-14 18:07:10下载
    积分:1
  • RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了
    RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了 用的是ZXing 的下载了直接编译出安卓的APK放安卓里就可以试效果了罗。。^m^
    2022-08-04 02:50:10下载
    积分:1
  • 一种扫雷游戏的源代码,游戏编写的一个启蒙代码。
    一种扫雷游戏的源代码,游戏编写的一个启蒙代码。-A mine the game" s source code, game code to prepare an enlightenment.
    2022-03-14 01:56:12下载
    积分:1
  • Enterprise Management System navigation example
    企业经营管理系统开发实例导航-小区物业管理,是很好的商业程序。-Enterprise Management System navigation example- district property management is good business procedures.
    2022-07-13 15:21:44下载
    积分:1
  • 原代码的相关表单
    有关表格查询的原码-relevant forms for the original code
    2022-04-20 22:07:37下载
    积分:1
  • DelphiZeus Chinese version, learning the use of DELPHI developing applications b...
    DelphiZeus中文版,学习使用DELPHI开发基于WindowsAPI的应用程序,来自窗体单元。
    2022-04-20 00:45:41下载
    积分:1
  • Claimed to be the strongest in the universe delphi compilations, the original wo...
    号称是宇宙中最强的delphi合辑,下面是原话: ================================ Database Application : 查询数据库的最完美技巧 中文版 del6opr.chm: Delphi 6 的帮助文件 中文版 delphi6_function.chm Delphi 6 函数介绍 中文版 Essential_Pascal.chm 最完整的Object Pascal语言介绍 中文版 FastReportHelp.chm 拥有魔力的FastReport的帮助文件 中文版 IBlt0101B.Chm InterBase的经典问答资料文件 中文版 MySQLBook.chm MySQL的最详细帮助文件 中文版 ProgrammingWindows_tw.chm 地球上最有名、最受推崇、最多人使用并且从中受益的程式设计用书 当然也是中文版 -Claimed to be the strongest in the universe delphi compilations, the original words of the following: ================================ Database Application : query the database of the most perfect English skills del6opr.chm: Delphi 6 help documentation Chinese version delphi6_function.chm Delphi 6 introduced the Chinese version of the function Essential_Pascal.chm the most complete description of the Object Pascal language has a Chinese version of FastReportHelp.chm the help of magical FastReport IBlt0101B.Chm InterBase documentation Chinese version of the classic Q & A inf
    2022-01-25 18:10:17下载
    积分:1
  • 创世纪的C++ Builder
    创世纪的C++ Builder -------------------------------------------------------------------------------- 告别Hello World的年代 图形程式设计基本概念 具体而微的绘图程式 以C++ Builder处理Windows讯息(Message) 动态链结函式库(DLL-Dynamic Linked Library) Install Shield的使用介绍 -Genesis of the C++ Builder farewell Hello World era of the basic concepts of graphics programming miniature graphics program to C++ Builder handle Windows messages (Message) dynamic link library (DLL-Dynamic Linked Library) Install Shield of introduce the use of
    2022-07-07 02:11:01下载
    积分:1
  • 在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、...
    在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、拖动鼠标等。鼠标控制的三个相关属性是Cursor、DragCursor、DragMode;鼠标控制的三个对象方法是BeginDrag、Dragging、EndDrag;鼠标控制的七个事件包括OnDragDrop等。-In the Windows environment, the mouse and keyboard are the main input device. In Delphi, almost every object has to reflect the control of the mouse events, these events are the main functions include changing the shape of the mouse pointer, move, trigger, drag the mouse and so on. Mouse control of three related attributes are Cursor, DragCursor, DragMode mouse control of the three objects is BeginDrag, Dragging, EndDrag mouse control of the seven events, including OnDragDrop so.
    2022-02-01 18:16:48下载
    积分:1
  • 用C++Builder开发Windows下的屏保
    用C++Builder开发Windows下的屏保-Windows Screen Saver in C++Builder
    2023-05-16 23:15:03下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载