IPersistMediaPropertyBag::InitNew
Microsoft DirectShow 9.0 |
IPersistMediaPropertyBag::InitNew
The InitNew method initializes the object to receive new properties.
Syntax
HRESULT InitNew(void);
Return Value
Returns S_OK.
Remarks
Calling this method on the AVI Mux filter clears any properties that were previously set using the Load method.
Calling this method on the AVI Splitter filter or the WAVE Parser filter has no effect.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also