IFullScreenVideoEx::SetDefault
Microsoft DirectShow 9.0 |
IFullScreenVideoEx::SetDefault
The SetDefault method saves the current settings.
Syntax
HRESULT SetDefault(void);
Return Values
Returns an HRESULT value.
Remarks
Normally, the properties set through this interface apply only to the current instance of the Full Screen Renderer. Calling this method saves the current values as the global default. This method persists the following information:
- The clip factor.
- The enabled flag for each display mode.
It does not persist the caption or the hide-when-deactivated flag.
Requirements
Header: Declared in Amvideo.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also