Mode Property (Multimedia MCI Control)

       

Returns the current mode of an open MCI device. This property is not available at design time and is read-only at run time.

Syntax

[form.]MMControl.Mode

Remarks

The following table lists the Mode property return values for the Multimedia MCI control.

Value Setting/Device mode Description
524 mciModeNotOpen Device is not open.
525 mciModeStop Device is stopped.
526 mciModePlay Device is playing.
527 mciModeRecord Device is recording.
528 mciModeSeek Device is seeking.
529 mciModePause Device is paused.
530 mciModeReady Device is ready.

Data Type

Long