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