IBDA_DigitalDemodulator::get_SpectralInversion 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 get_SpectralInversion method retrieves the spectral inversion value for the signal.

Syntax

HRESULT get_SpectralInversion(
  [out] SpectralInversion *pSpectralInversion
);

Parameters

[out] pSpectralInversion

Pointer that receives a SpectralInversion variable.

Return value

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

Remarks

For more information, see KSPROPERTY_BDA_SPECTRAL_INVERSION in the Windows DDK.

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_DigitalDemodulator Interface

IBDA_DigitalDemodulator::put_SpectralInversion