Share via


IDVBSTuningSpace interface (tuner.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 IDVBSTuningSpace interface is implemented on the DVBTuningSpace object and provides methods for working with tuning spaces with a DVBS network type.

Inheritance

The IDVBSTuningSpace interface inherits from IDVBTuningSpace2. IDVBSTuningSpace also has these types of members:

Methods

The IDVBSTuningSpace interface has these methods.

 
IDVBSTuningSpace::get_HighOscillator

The get_HighOscillator method retrieves the high oscillator frequency.
IDVBSTuningSpace::get_InputRange

The get_InputRange method retrieves an integer indicating which option or switch contains the requested signal source.
IDVBSTuningSpace::get_LNBSwitch

The get_LNBSwitch method retrieves the LNB switch.
IDVBSTuningSpace::get_LowOscillator

The get_LowOscillator method retrieves the low oscillator frequency.
IDVBSTuningSpace::get_SpectralInversion

The get_SpectralInversion method retrieves an integer indicating the spectral inversion.
IDVBSTuningSpace::put_HighOscillator

The put_HighOscillator method sets the high oscillator frequency.
IDVBSTuningSpace::put_InputRange

The put_InputRange method sets a value indicating which option or switch contains the requested signal source.
IDVBSTuningSpace::put_LNBSwitch

The put_LNBSwitch method sets the LNB switch frequency.
IDVBSTuningSpace::put_LowOscillator

The put_LowOscillator method sets the low oscillator frequency.
IDVBSTuningSpace::put_SpectralInversion

The put_SpectralInversion method sets a value indicating the spectral inversion.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IDVBSTuningSpace).

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IDVBTuningSpace2

Tuning Model Interfaces