IBDA_FrequencyFilter::put_Polarity
Microsoft DirectShow 9.0 |
IBDA_FrequencyFilter::put_Polarity
The put_Polarity method specifies the polarity of the signal.
Syntax
HRESULT put_Polarity( Polarisation Polarity );
Parameters
Polarity
[in] Specifies the polarity as a member of the Polarisation enumerated type.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include bdaiface.h.
See Also