|
IMVDeInterlace
This interface is exposed to allow
programmatic control of the filter. Read the filter description to see how the
filter is used.
Header file: iMVDeInterlace.h
Interface definition language file: iMVDeInterlace.idl
Typelib: MVDeInterlace
Interface ID: IID_IMVDeInterlace
HRESULT get_DeInterlaceMode( [out, retval] int
*piMode );
Returns the deinterlacing mode.
Parameter:
|
|
piMode |
A pointer to an integer value that receives the
deinterlacing mode as DEINTERLACE_TYPE
. |
HRESULT put_DeInterlaceMode( [in ] int iMode
);
Sets the deinterlacing mode.
Parameter:
Filter specific structures and enumerators
typedef enum _MV_DEINTERLACE_TYPE
{
MV_INTERLACE_DISABLE= 0,
MV_INTERLACE_SHIFT,
MV_INTERLACE_INTERPOLATE
} MV_DEINTERLACE_TYPE;
|