Class VLDSDigitalVideo.TVLDSDigitalVideo
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLDSDigitalVideo
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TVLDSDigitalVideo = class( TLPPersistent )
C++ Builder:
class TVLDSDigitalVideo : public TLPPersistent
Visual C++ (MFC):
class CTVLDSDigitalVideo : public CTLPPersistent
C# (.NET):
public ref class DSDigitalVideo : Vcl.VclProperty
Summary
Digital Video (DV) device control properties class.
Description
Defines a class for the Digital Video (DV) device control properties.
Properties
Public
- Hours - Returns the current hour recorded or played.
- Minutes - Returns the current minute recorded or played.
- Seconds - Returns the current second recorded or played.
- Frame - Returns the current frame recorded or played in the current second.
- TimestampSuported - Time-stamping is supported by the device.
- Suported - Digital Video (DV) interface is supported on this device.
- Mode - Current DV device mode.
Methods
Public
- function Play() : Boolean - Starts a playback on the device.
- function Stop() : Boolean - Stops the device.
- function Pause() : Boolean - Pauses the current operation on the device.
- function Resume() : Boolean - Resumes the paused operation.
- function FastForward() : Boolean - Moves fast forward over the tape.
- function Rewind() : Boolean - Rewinds the tape.
- function StepForward() : Boolean - Steps one frame forward.
- function StepBackward() : Boolean - Steps one frame backward.
- function StartRecord() : Boolean - Starts recording.
- function PauseRecord() : Boolean - Pauses the recording on the device.
- function RecordFrame() : Boolean - Records one frame on the device.
- function Eject() : Boolean - Ejects the type or disk from the device.
- function SendCommand(ACommand : Byte) : Boolean