Share via


IBDA_FrequencyFilter::put_Polarity method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The put_Polarity method specifies the polarity of the signal.

Syntax

HRESULT put_Polarity(
  [in] Polarisation Polarity
);

Parameters

[in] Polarity

Specifies the polarity as a member of the Polarisation enumerated type.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_FrequencyFilter Interface

IBDA_FrequencyFilter::get_Polarity