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_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