Microsoft DirectX 9.0

IDVBSTuningSpace::get_SpectralInversion

The get_SpectralInversion method retrieves an integer indicating the spectral inversion.

Syntax

HRESULT get_SpectralInversion(
  long*  pSpectralInversion
);

Parameters

pSpectralInversion

[out] Specifies the address of a long integer to receive the integer value.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also