Microsoft DirectX 9.0

IBasicVideo2.GetVideoSize

The GetVideoSize method retrieves the native video dimensions.

Syntax

objVideo.GetVideoSize
    ByRef Width As Long, 
    ByRef Height As Long)

Parameters

Width

Variable that receives the width of the video image, in pixels.

Height

Variable that receives the height of the video image, in pixels.

Return Values

This method does not return a value.

See Also