IVMRDeinterlaceControl::SetDeinterlacePrefs
Microsoft DirectShow 9.0 |
IVMRDeinterlaceControl::SetDeinterlacePrefs
This topic applies to Windows XP Service Pack 1 or later.
The SetDeinterlacePrefs method specifies how the VMR will select a deinterlacing mode if it cannot use the preferred deinterlacing mode.
Syntax
HRESULT SetDeinterlacePrefs( DWORD dwDeinterlacePrefs );
Parameters
lpdwDeinterlacePrefs
[in] Specifies a member of the VMRDeinterlacePrefs enumeration type.
Return Values
Returns an HRESULT value. Possible values include the following:
Return Code | Description |
E_INVALIDARG | Invalid argument. |
S_OK | Success. |
VFW_E_VMR_NOT_IN_MIXER_MODE | The VMR is not in mixer mode. |
Remarks
By default, the preferred deinterlacing mode is the first mode reported by the driver. The application can set the preferred mode by calling the IVMRDeinterlaceControl::SetDeinterlaceMode method. If the VMR cannot use the preferred mode, it will fall back to another mode as specified by the dwDeinterlacePrefs parameter.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also