IVPBaseConfig::SetInvertPolarity
Microsoft DirectShow 9.0 |
IVPBaseConfig::SetInvertPolarity
The SetInvertPolarity method reverses the current polarity the device uses.
Syntax
HRESULT SetInvertPolarity(void);
Return Values
Returns an HRESULT value.
Remarks
Reversing polarity means asking the decoder or capture device to treat even fields as odd fields and vice versa.
Requirements
Header: Include Dvp.h, Vptype.h, Vpconfig.h.
Library: None.
See Also