Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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