IBasicVideo::get_DestinationHeight

 
Microsoft DirectShow 9.0

IBasicVideo::get_DestinationHeight

The get_DestinationHeight method retrieves the height of the destination rectangle.

Syntax

  HRESULT get_DestinationHeight(
  long *pDestinationHeight
);

Parameters

pDestinationHeight

[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