Microsoft DirectX 9.0

MediaDet.FrameRate Property

The FrameRate property returns the frame rate of the current stream, in frames per second.

Syntax

object.FrameRate As Double

Parameters

This property takes no parameters.

Remarks

The stream must be a video stream. This property is not valid for ASF files. The property is not valid if the MediaDet object is in bitmap grab mode (see EnterBitmapGrabMode).

Before retrieving this property, set the Filename and CurrentStream properties.

This property is read-only.

See Also