ltmmConvertCtrl.StillCaptureLimit Property

Visual Basic Example

Syntax

object.StillCaptureLimit As Long

Remarks

Gets or sets the time limit, in milliseconds, for capturing a still image.

The time limit is the time after which no frames can be captured. For example, if this property value is set to be 5000ms, no frames can be captured after 5 seconds into the conversion.

When setting a value for this property, if the media samples’ time exceeds this value then calling the ltmmConvertCtrl.SaveStillBitmap method will return the last, previously captured image (old).

The default value is 1000 milliseconds.

Use the ltmmConvertCtrl.EnableStillCapture property to indicate whether still images can be captured during conversion. Use the ltmmConvertCtrl.SaveStillBitmap method to save a snapshot from the running stream to a file as a bitmap.

See Also

Elements:

ltmmConvertCtrl.EnableStillCapture property

Topics:

Multimedia Properties, Methods and Events