IAnalogRadioTuningSpace Interface
Microsoft DirectShow 9.0 |
IAnalogRadioTuningSpace Interface
This topic applies to Windows XP and later.
The IAnalogRadioTuningSpace interface provides methods for getting and setting parameters associated with tuning spaces for analog radio transmissions.
In addition to the methods inherited from ITuningSpace, IAnalogRadioTuningSpace exposes the following methods.
Method | Description |
get_MaxFrequency | Retrieves the maximum frequency for this tuning space. |
get_MinFrequency | Retrieves the minimum frequency for this tuning space. |
get_Step | Retrieves the step increment for this tuning space. |
put_MaxFrequency | Sets the maximum frequency for this tuning space. |
put_MinFrequency | Sets the minimum frequency for this tuning space. |
put_Step | Sets the step increment for this tuning space. |
See Also