IAMWMBufferPass::SetNotify
Microsoft DirectShow 9.0 |
IAMWMBufferPass::SetNotify
The SetNotify method sets an application-defined callback on the WM ASF Reader or WM ASF Writer filter.
Syntax
HRESULT SetNotify( IAMWMBufferPassCallback* pCallback );
Parameters
pCallback
[in] Pointer to the application's IAMWMBufferPassCallback interface.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
Call this method before putting the filter graph into the run state.
Requirements
Header: Include Dshowasf.h. Requires Windows Media Format 9 Series or later.
Library: None.
See Also