Share via


IBDA_FrequencyFilter::put_FrequencyMultiplier 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_FrequencyMultiplier method specifies the frequency multiplier. The frequency multiplier determines the frequency units for the methods on this interface. The default value is 1000, meaning that frequencies are expressed in kilohertz (kHz).

Syntax

HRESULT put_FrequencyMultiplier(
  [in] ULONG ulMultiplier
);

Parameters

[in] ulMultiplier

Specifies the multiplier.

Return value

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

Remarks

Since frequencies for DVB-S, DVB-T, and ATSC should all be expressed in kilohertz, the default frequency multiplier should never be changed.

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_FrequencyFilter Interface

IBDA_FrequencyFilter::get_FrequencyMultiplier

IBDA_FrequencyFilter::put_Frequency