Microsoft DirectX 8.1 (C++)

IBDA_FrequencyFilter::put_Bandwidth

The put_Bandwidth method specifies the bandwidth.

Syntax

HRESULT put_Bandwidth(
  ULONG  ulBandwidth
);

Parameters

  ulBandwidth

[in]  Specifies the bandwidth.

Return Values

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

See Also