Microsoft DirectX 8.0 |
The AnalogRadioTuningSpace object represents an AM or FM analog radio tuning space.
Method or Property Name Description CLSID Retrieves the CLSID of the tuning space. CreateTuneRequest Create a Tune Request object specific to this tuning space. DefaultLocator Sets or retrieves the initial default Locator that the Tuner may use after installation. DefaultPreferredComponentTypes Components collection object containing the default preferred component types specified by the user or application. FriendlyName The localized, user-friendly name of the Tuning Space. MaxFrequency largest frequency(khz) ever used by this tuning space. MinFrequency The smallest frequency(khz) ever used by this tuning space. NetworkType The Network Type CLSID. Step The default step value(khz) to next frequency for this tuning space. UniqueName The globally unique name of the Tuning Space.
Retrieves the CLSID of the tuning space.
Syntax
AnalogRadioTuningSpace.CLSID
Remarks
This property is read only.
Create a Tune Request object specific to this tuning space.
Syntax
AnalogRadioTuningSpace.CreateTuneRequest()
Return Value
Returns an TuneRequest object.
Sets or retrieves the initial default Locator object that the Tuner may use after installation.
Syntax
AnalogRadioTuningSpace.DefaultLocator
Remarks
This property is read-write.
Components collection object containing the default preferred component types specified by the user or application.
Syntax
AnalogRadioTuningSpace.DefaultPreferredComponentTypes
Remarks
This property is read-write.
User-friendly name of the Tuning Space.
Syntax
AnalogRadioTuningSpace.FriendlyName
Remarks
This property is read-write.
Largest frequency(khz) ever used by this tuning space.
Syntax
AnalogRadioTuningSpace.MaxFrequency
Remarks
This property is read-write.
Smallest frequency(khz) ever used by this tuning space.
Syntax
AnalogRadioTuningSpace.MinFrequency
Remarks
This property is read-write.
The network Type CLSID.
Syntax
AnalogRadioTuningSpace.NetworkType
Remarks
This property is read-write.
Default step value(khz) to next frequency for this tuning space.
Syntax
AnalogRadioTuningSpace.Step
Remarks
This property is read-write.
The globally unique name of the Tuning Space.
Syntax
AnalogRadioTuningSpace.UniqueName
Remarks
This property is read-write.