Microsoft DirectX 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
) PURE;

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.

See Also