Microsoft DirectX 8.0 |
Represents a tuning space with an ATSC network type.
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. MaxMinorChannel Largest minor channel number ever provided by this tuning space. MaxPhysicalChannel Largest physical channel number ever provided by this tuning space. MinChannel Smallest channel number ever provided by this tuning space. MinMinorChannel Smallest minor channel number ever provided by this tuning space. MinPhysicalChannel Smallest physical channel number ever provided by this tuning space. NetworkType Network Type (CLSID). UniqueName Unique name of the Tuning Space.
International dialing prefix for country of physical broadcast source.
Syntax
ATSCTuningSpace.CLSID
Remarks
This property is read only.
International dialing prefix for country of physical broadcast source.
Syntax
ATSCTuningSpace.CountryCode
Remarks
This property is read-write.
Create a Tune Request object.
Syntax
ATSCTuningSpace.CreateTuneRequest()
Return Value
Returns an ATSCChannelTuneRequest object.
Sets or retrieves the initial default Locator object that the Tuner may use after installation.
Syntax
ATSCTuningSpace.DefaultLocator
Remarks
This property is read-write.
Components collection object containing the default preferred component types specified by the user or application.
Syntax
ATSCTuningSpace.DefaultPreferredComponentTypes
Remarks
This property is read-write.
User-friendly name of the Tuning Space.
Syntax
ATSCTuningSpace.FriendlyName
Remarks
This property is read-write.
Input type for this tuning space.
Syntax
ATSCTuningSpace.InputType
Remarks
This property is read-write.
Largest channel number ever provided by this tuning space.
Syntax
ATSCTuningSpace.MaxChannel
Remarks
This property is read-write.
Largest minor channel number ever provided by this tuning space.
Syntax
ATSCTuningSpace.MaxMinorChannel
Remarks
This property is read-write. This property must be set before setting the MinMinorChannel property to avoid the case where the minimum minor channel is greater than the maximum minor channel. Both properties default to -1 (not set).
Largest physical channel number ever provided by this tuning space.
Syntax
ATSCTuningSpace.MaxPhysicalChannel
Remarks
This property is read-write.
Smallest channel number ever provided by this tuning space.
Syntax
ATSCTuningSpace.MinChannel
Remarks
This property is read-write.
Smallest minor channel number ever provided by this tuning space.
Syntax
ATSCTuningSpace.MinMinorChannel
Remarks
This property is read-write. This property must be set after setting the MaxMinorChannel property to avoid the case where the minimum minor channel is greater than the maximum minor channel. Both properties default to -1 (not set).
Smallest physical channel number ever provided by this tuning space.
Syntax
ATSCTuningSpace.MinPhysicalChannel
Remarks
This property is read-write.
Smallest physical channel number ever provided by this tuning space.
Syntax
ATSCTuningSpace.MinPhysicalChannel
Remarks
This property is read only.
Network Type (CLSID).
Syntax
ATSCTuningSpace.NetworkType
Remarks
This property is read-write.
Unique name of the Tuning Space.
Syntax
ATSCTuningSpace.UniqueName
Remarks
This property is read-write.