IBasicVideo::put_SourceWidth
Microsoft DirectShow 9.0 |
IBasicVideo::put_SourceWidth
The put_SourceWidth method sets the width of the source rectangle.
Syntax
HRESULT put_SourceWidth( long SourceWidth );
Parameters
SourceWidth
[in] Specifies the width, in pixels.
Return Values
Returns an HRESULT value.
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also