IAnalogRadioTuningSpace 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 IAnalogRadioTuningSpace interface provides methods for getting and setting parameters associated with tuning spaces for analog radio transmissions.

Inheritance

The IAnalogRadioTuningSpace interface inherits from ITuningSpace. IAnalogRadioTuningSpace also has these types of members:

Methods

The IAnalogRadioTuningSpace interface has these methods.

 
IAnalogRadioTuningSpace::get_MaxFrequency

The get_MaxFrequency method retrieves the maximum frequency for this tuning space.
IAnalogRadioTuningSpace::get_MinFrequency

The get_MinFrequency method retrieves the minimum frequency for this tuning space.
IAnalogRadioTuningSpace::get_Step

The get_Step method retrieves the step value to the next frequency.
IAnalogRadioTuningSpace::put_MaxFrequency

The put_MaxFrequency method sets the maximum frequency for this tuning space.
IAnalogRadioTuningSpace::put_MinFrequency

The put_MinFrequency method sets the minimum frequency for this tuning space.
IAnalogRadioTuningSpace::put_Step

The put_Step method sets the step value to the next frequency.

Remarks

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

Requirements

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

See also

ITuningSpace

Tuning Model Interfaces