Enum VLDSDigitalVideo.TVLDSDigitalVideoMode

From Mitov Wiki Doc
Revision as of 00:18, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox