Description of FireWire controller class :
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;