Microsoft DirectX 8.0 |
Represents an analog TV tuning space.
Method or Property Name Description CLSID Retrieves the CLSID of the tuning space. CountryCode International dialing prefix for country of physical broadcast source. CreateTuneRequest Create a Tune Request 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. FriendlyName User-friendly name of the Tuning Space. InputType Input type for this tuning space. MaxChannel Largest channel number ever provided by this tuning space. MinChannel Smallest channel number ever provided by this tuning space. NetworkType Network Type (CLSID). UniqueName Unique name of the Tuning Space.
Retrieves the CLSID of the tuning space.
Syntax
AnalogTVTuningSpace.CLSID
Remarks
This property is read only.
International dialing prefix for country of physical broadcast source.
Syntax
AnalogTVTuningSpace.CountryCode
Remarks
This property is read-write.
Create a Tune Request object.
Syntax
AnalogTVTuningSpace.CreateTuneRequest()
Return Value
Returns a ChannelTuneRequest object.
Sets or retrieves the initial default Locator object that the Tuner may use after installation.
Syntax
AnalogTVTuningSpace.DefaultLocator
Remarks
This property is read-write.
Components collection object containing the default preferred component types specified by the user or application.
Syntax
AnalogTVTuningSpace.DefaultPreferredComponentTypes
Remarks
This property is read-write.
User-friendly name of the Tuning Space.
Syntax
AnalogTVTuningSpace.FriendlyName
Remarks
This property is read-write.
Input type for this tuning space.
Syntax
AnalogTVTuningSpace.InputType
Remarks
This property is read-write.
Largest channel number ever provided by this tuning space.
Syntax
AnalogTVTuningSpace.MaxChannel
Remarks
This property is read-write.
Smallest channel number ever provided by this tuning space.
Syntax
AnalogTVTuningSpace.MinChannel
Remarks
This property is read-write.
Network Type (CLSID).
Syntax
AnalogTVTuningSpace.NetworkType
Remarks
This property is read-write.
Unique name of the Tuning Space.
Syntax
AnalogTVTuningSpace.UniqueName
Remarks
This property is read-write.