Enum VLDSDigitalVideo.TVLDSDigitalVideoMode
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
| Contents | 
Syntax
Delphi:
type TVLDSDigitalVideoMode = (dvmPlay, dvmStop, dvmPause, dvmResume, dvmFastForward, dvmRewind, dvmStepForward, dvmStepBackward, dvmRecord, dvmRecordFrame, dvmRecordPause);
C++ Builder:
enum TVLDSDigitalVideoMode {dvmPlay, dvmStop, dvmPause, dvmResume, dvmFastForward, dvmRewind, dvmStepForward, dvmStepBackward, dvmRecord, dvmRecordFrame, dvmRecordPause};
Visual C++ (MFC):
enum CTVLDSDigitalVideoMode {dvmPlay, dvmStop, dvmPause, dvmResume, dvmFastForward, dvmRewind, dvmStepForward, dvmStepBackward, dvmRecord, dvmRecordFrame, dvmRecordPause};
Summary
Enumerated type for the Digital Video (DV) device modes.
Description
Defines enumerated type for the Digital Video (DV) device modes.
Values
| dvmPlay | The device pays the tape. | 
| dvmStop | The device is stopped. | 
| dvmPause | The device is paused. | 
| dvmResume | The device is resuming the last operation. | 
| dvmFastForward | The device moves fast forward over the tape. | 
| dvmRewind | The device rewinds the tape. | 
| dvmStepForward | The device steps one frame forward. | 
| dvmStepBackward | The device steps one frame back. | 
| dvmRecord | The device records on the tape. | 
| dvmRecordFrame | The device records a frame on the tape. | 
| dvmRecordPause | The device recording is paused. | 
