|
IMVReInterlace
The IMVReInterlace interface contains methods and properties to
configure the MV ReInterlace DirectShow
Filter.
Methods:
Header file: IMVReInterlace.h
Interface definition language file: IMVReInterlace.idl
Typelib: MVReInterlace
Interface ID: IID_IMVReInterlace
Property
IMVReInterlace::UpperFieldFirst
Declaration:
Property Get/Put UpperFieldFirst As Boolean
Indicates the input field order, either upper field first
(VARIANT_TRUE / true) or lower field first (VARIANT_FALSE /
false).
Parameter:
C Prototype:
HRESULT
put_UpperFieldFirst(VARIANT_BOOL newVal);
HRESULT get_UpperFieldFirst(VARIANT_BOOL *pVal);
|