ltmmConvertCtrl.EnableStillCapture Property

Visual Basic Example

Syntax

object.EnableStillCapture As Boolean

Remarks

Indicates whether still images can be captured during conversion. Possible values are:

Value

Meaning

TRUE

Still images can be captured during conversion (using the ltmmConvertCtrl.SaveStillBitmap method).

FALSE

Still images cannot be captured during conversion. This is the default value.

In order to capture still images during conversion, the user must set the value of this property to TRUE before calling the ltmmConvertCtrl.SaveStillBitmap method.

Use the ltmmConvertCtrl.StillCaptureLimit property to get or set the time limit, in milliseconds, for capturing a still image. Use the ltmmConvertCtrl.SaveStillBitmap method to save a snapshot from the running stream to a file, as a bitmap.

See Also

Elements:

ltmmConvertCtrl.SaveStillBitmap method

Topics:

Multimedia Properties, Methods and Events