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 |
IPropertySetter::ClearProps
The ClearProps method clears all property data from the property setter. The application can set new property data after calling this function.
Clearing the property data does not restore the object's properties to their original values. It simply prevents DirectShow from applying any further changes. Property values are applied at run time when the project renders.
Syntax
HRESULT ClearProps(void);
Return Value
Returns S_OK.
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also