Microsoft DirectX 9.0

IBasicVideo::get_VideoHeight

The get_VideoHeight method retrieves the native height of the video.

Syntax

HRESULT get_VideoHeight(
  long *pVideoHeight
);

Parameters

pVideoHeight

[out] Pointer to a variable that receives the height, in pixels.

Return Values

Returns an HRESULT value.

See Also