IVPBaseConfig::SetInvertPolarity (Compact 2013)
3/26/2014
This method reverses the current polarity the decoder uses.
Syntax
HRESULT SetInvertPolarity(void);
Parameters
None.
Return Value
Returns an HRESULT value that depends on the implementation of the interface.
HRESULT can include one of the following, or other values not listed.
Value |
Description |
---|---|
E_FAIL |
Failure. |
NOERROR |
The polarity was reversed. |
Remarks
Reversing polarity means asking the decoder to treat even fields like odd fields and vice versa.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |