IVPNotify::GetDeinterlaceMode
Microsoft DirectShow 9.0 |
IVPNotify::GetDeinterlaceMode
The GetDeinterlaceMode method retrieves the mode (such as bob or weave).
This method is not currently implemented and returns E_NOTIMPL.
Syntax
HRESULT GetDeinterlaceMode( AMVP_MODE *pmode );
Parameters
pmode
[out] Pointer to the retrieved mode. This value is a member of the AMVP_MODE enumerated data type.
Return Values
Returns E_NOTIMPL.
Requirements
Header: Include Vptype.h, Vpnotify.h
Library: Use Strmiids.lib.
See Also