Visual Basic: Multimedia MCI Control

CanRecord Property (Multimedia MCI Control)

See Also   Example   Applies To

Determines if the open MCI device can record. This property is not available at design time and is read-only at run time.

Syntax

[form.]MMControl.CanRecord

Remarks

The following table lists the CanRecord property settings for the Multimedia MCI control.

Setting Description
False (Default) The device cannot record.
True The device can record.

The value of CanRecord is retrieved using MCI_GETDEVCAPS during the processing of an Open command.

Data Type

Integer (Boolean)