AddFireWire controller class
  • C++ Builder:
    C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 
  • Delphi:
    D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 
  • Kylix:
    K1 K3 



FireWire controller class. Provides all control functions for IEEE 1394 devices (SONY cameras, VCRs...).

TFireWireControl = class
public
constructor Create;
destructor Destroy; override;

function Build(const DevName: string): HRESULT;

function FW_Play: HRESULT;
function FW_Stop: HRESULT;
function FW_Pause: HRESULT;
function FW_FFwd: HRESULT;
function FW_Rew: HRESULT;
function FW_Step_Fwd: HRESULT;
function FW_Step_Rev: HRESULT;
function FW_Play_Fast_Fwd: HRESULT;
function FW_Play_Fast_Rev: HRESULT;
function FW_Record: HRESULT;

function FW_ExecuteCommand(var ACommand: TRawAVCPkt): Bool;

property FramesPerSecond: Integer read FFramesPerSecond
write FFramesPerSecond;
end;


  • Category:
    Multimedia
  • Author:
    (More by this author)
  • Info:
    Shareware
  • Date added:
    28 April, 2004 08:36
  • Views:
    644
  • Downloads:
    334
  • Price:
    15.00 USD
Usefulness
Documentation
Stability
Value
Ease of Use
Level of Use
0 people have rated this applicaton
Total Average
 
You can submit your own rating, for this you must be logged in.
Files:
Related Downloads
TVideoGrabber v7.5 build 214.7 - 12 September, 2008 - Michel Fornengo

TVideoGrabber is a video capture component and media player component for Delphi and C++Builder, or for Visual Basic and Visual C++, that captures video sources like IP cameras (MJPG, JPG, MPEG4), Firewire cameras, DV camcorders, USB webcams, TV...

TVideoGrabber 7.6 build 214.7 - 12 September, 2008 - Michel Fornengo

TVideoGrabber is an audio/video capture component and media player component for Delphi and C++Builder, or for Visual Basic and Visual C++, that captures video sources like Firewire cameras, IP cameras (MJPG, JPG, MPEG4), DV camcorders, USB...

RdlcRptGen Class 1.5 - 28 August, 2010 - Myron Joy

The RdlcRptGen Class, is a Class written in C# which accepts a DataTable parameter and then generates the necessary rdlc.xml file and displays a report, based on the DataTable, in the ReportViewer Control,. The RdlcRptGen Class can use as little...

TNTUserAdmin  - 19 October, 1998 - Michael Holopov

TNTUserAdmin is a non-visual component which allows you to administrate (view, edit, add and delete) user's account on a Windows NT domain controller. It uses exported functions in NT's DLL NETAPI32.DLL.

TNTUserAdmin  - 12 November, 1999 - Michael Holopov

TNTUserAdmin is a simple non-visual component which allows you to administrate (view, edit, add and delete) user's account on a Windows NT domain controller. It uses exported functions in NT's DLL NETAPI32.DLL.

Related Information
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • SHELL EXTENSION? (2002-07-30 00:31:30)
    Thank u first, TeaM. i'm a chinese :) nice to meet. i know what you mean. i know how to implement a shell extention TO A SPECIAL FILE CLASS,...
  • HOW DOES SORTING IN A TLIST OBJECT WORK? (2001-01-11 14:39:02)
    Just curious as to why you selected this particular question as the answer. I provided you with a complete example showing how to do several...
  • PASSING FUNCTIONS AS PARAMETERS (2001-01-11 11:29:41)
    This code was posted by Glynn Owen on the newsgroup. Newsgroup: borland.public.delphi.objectpascal unit Unit1; interface uses...
  • IS OPERATOR OVERLOADING POSSIBLE IN DELPHI? (2001-01-11 21:27:48)
    operator overloading is where you overload a + > = - operator, etc so that when you use the operator for a given class, then it would perform your...
Related News
TbPrint version 2.52 - 18 December, 1999
The new TbPrint version 2.52 was released.
TbPrint is an indispensable component set for printing and reporting, specially for dot matrix...
[ANN]: paxCompiler, v1.1 - 24 July, 2006
Version 1.1 of the paxCompiler has been released.

New:

Importing Delphi class types and class reference types. You...
Ann: ESBPCS for VCL v5.1 - Huge Collection of Components and Routines - 12 June, 2009

ESB Consultancy is pleased to announce that ESBPCS...

[ANN] PasScript, v6.51 - 15 March, 2002
PasScript is an interpreter of the Object Pascal language which supports all
Object Pascal data types except interfaces. The TPasScript...
Greatis WinDowse - 31 October, 2000
Greatis WinDowse from Greatis Software is an extremely convenient tool for obtaining necessary technical information about any window. Place a...
Categories

Latest Forum Entries