IBasicVideo::IsUsingDefaultSource
Microsoft DirectShow 9.0 |
IBasicVideo::IsUsingDefaultSource
The IsUsingDefaultSource method queries whether the renderer is using the default source rectangle.
Syntax
HRESULT IsUsingDefaultSource(void);
Parameters
This method takes no parameters.
Return Values
Returns S_OK if the renderer is using the default source rectangle, or S_FALSE otherwise.
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also