Microsoft DirectX 8.0 |
Represents a tuning space with a DVB network type.
Method or Property Name Description CLSID Retrieves the CLSID of the tuning space. CreateTuneRequest Create a DVBTuneRequest object. 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. FrequencyMapping Sets or retrieves a string containing channel-frequency mappings as defined by the Network Provider. FriendlyName User-friendly name of the Tuning Space. NetworkType Network Type (CLSID). SystemType Type of DVB System. UniqueName Unique name of the Tuning Space.
Retrieves the CLSID of the tuning space.
Syntax
DVBTuningSpace.CLSID
Remarks
This property is read only.
Create a DVBTuneRequest object.
Syntax
DVBTuningSpace.CreateTuneRequest()
Return Value
Returns a DVBTuneRequest object.
Sets or retrieves the initial default Locator object that the Tuner may use after installation.
Syntax
DVBTuningSpace.DefaultLocator
Remarks
This property is read-write.
Components collection object containing the default preferred component types specified by the user or application.
Syntax
DVBTuningSpace.DefaultPreferredComponentTypes
Remarks
This property is read-write.
Sets or retrieves a string containing channel-frequency mappings as defined by the Network Provider.
Syntax
DVBTuningSpace.FrequencyMapping
Possible Values
A String containing the mapping table defined by the Network Provider.
Remarks
This property is read-write. The string can contain a frequency/channel map, frequency/transponder map, or whatever other mapping from carrier frequencies to frequency identifiers is appropriate for the tuning space.
User-friendly name of the Tuning Space.
Syntax
DVBTuningSpace.FriendlyName
Remarks
This property is read-write.
Network Type (CLSID).
Syntax
DVBTuningSpace.NetworkType
Remarks
This property is read-write.
Type of DVB System.
Syntax
DVBTuningSpace.SystemType
Remarks
This property is read-write.
Unique name of the Tuning Space.
Syntax
DVBTuningSpace.UniqueName
Remarks
This property is read-write.