IBasicVideo::SetDefaultDestinationPosition
Microsoft DirectShow 9.0 |
IBasicVideo::SetDefaultDestinationPosition
The SetDefaultDestinationPosition method reverts to the default destination rectangle. After this method is called, the video renderer uses the entire window for playback.
Syntax
HRESULT SetDefaultDestinationPosition(void);
Parameters
This method takes no parameters.
Return Values
Returns an HRESULT value.
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also