Microsoft DirectX 8.1 (C++) |
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