IBasicVideo::get_VideoHeight

 
Microsoft DirectShow 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.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also