IBasicVideo::put_SourceHeight
Microsoft DirectShow 9.0 |
IBasicVideo::put_SourceHeight
The put_SourceHeight method sets the height of the source rectangle.
Syntax
HRESULT put_SourceHeight( long SourceHeight );
Parameters
SourceHeight
[in] Specifies 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