Class VLDSDigitalVideo.TVLDSDigitalVideo
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(3 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DSDigitalVideo : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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