Microsoft DirectX 8.0

ATSCTuningSpace Object

Represents a tuning space with an ATSC network type.

Method or Property NameDescription
CLSIDRetrieves the CLSID of the tuning space.
CountryCodeInternational dialing prefix for country of physical broadcast source.
CreateTuneRequestCreate a Tune Request object.
DefaultLocatorSets or retrieves the initial default Locator that the Tuner may use after installation.
DefaultPreferredComponentTypesComponents collection object containing the default preferred component types specified by the user or application.
FriendlyNameUser-friendly name of the Tuning Space.
InputTypeInput type for this tuning space.
MaxChannelLargest channel number ever provided by this tuning space.
MaxMinorChannelLargest minor channel number ever provided by this tuning space.
MaxPhysicalChannelLargest physical channel number ever provided by this tuning space.
MinChannelSmallest channel number ever provided by this tuning space.
MinMinorChannelSmallest minor channel number ever provided by this tuning space.
MinPhysicalChannelSmallest physical channel number ever provided by this tuning space.
NetworkTypeNetwork Type (CLSID).
UniqueNameUnique name of the Tuning Space.
CLSIDRetrieves the CLSID of the tuning space.

ATSCTuningSpace.CLSID Property

ATSCTuningSpace Object

International dialing prefix for country of physical broadcast source.

Syntax

ATSCTuningSpace.CLSID

Remarks

This property is read only.

ATSCTuningSpace.CountryCode Property

ATSCTuningSpace Object

International dialing prefix for country of physical broadcast source.

Syntax

ATSCTuningSpace.CountryCode

Remarks

This property is read-write.

ATSCTuningSpace.CreateTuneRequest Method

ATSCTuningSpace Object

Create a Tune Request object.

Syntax

ATSCTuningSpace.CreateTuneRequest()

Return Value

Returns an ATSCChannelTuneRequest object.

ATSCTuningSpace.DefaultLocator Property

ATSCTuningSpace 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.

ATSCTuningSpace.DefaultPreferredComponentTypes Property

ATSCTuningSpace Object

Components collection object containing the default preferred component types specified by the user or application.

Syntax

ATSCTuningSpace.DefaultPreferredComponentTypes

Remarks

This property is read-write.

ATSCTuningSpace.FriendlyName Property

ATSCTuningSpace Object

User-friendly name of the Tuning Space.

Syntax

ATSCTuningSpace.FriendlyName

Remarks

This property is read-write.

ATSCTuningSpace.InputType Property

ATSCTuningSpace Object

Input type for this tuning space.

Syntax

ATSCTuningSpace.InputType

Remarks

This property is read-write.

ATSCTuningSpace.MaxChannel Property

ATSCTuningSpace Object

Largest channel number ever provided by this tuning space.

Syntax

ATSCTuningSpace.MaxChannel

Remarks

This property is read-write.

ATSCTuningSpace.MaxMinorChannel Property

ATSCTuningSpace Object

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).

ATSCTuningSpace.MaxPhysicalChannel Property

ATSCTuningSpace Object

Largest physical channel number ever provided by this tuning space.

Syntax

ATSCTuningSpace.MaxPhysicalChannel

Remarks

This property is read-write.

ATSCTuningSpace.MinChannel Property

ATSCTuningSpace Object

Smallest channel number ever provided by this tuning space.

Syntax

ATSCTuningSpace.MinChannel

Remarks

This property is read-write.

ATSCTuningSpace.MinMinorChannel Property

ATSCTuningSpace Object

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).

ATSCTuningSpace.MinPhysicalChannel Property

ATSCTuningSpace Object

Smallest physical channel number ever provided by this tuning space.

Syntax

ATSCTuningSpace.MinPhysicalChannel

Remarks

This property is read-write.

ATSCTuningSpace.MinPhysicalChannel Property

ATSCTuningSpace Object

Smallest physical channel number ever provided by this tuning space.

Syntax

ATSCTuningSpace.MinPhysicalChannel

Remarks

This property is read only.

ATSCTuningSpace.NetworkType Property

ATSCTuningSpace Object

Network Type (CLSID).

Syntax

ATSCTuningSpace.NetworkType

Remarks

This property is read-write.

ATSCTuningSpace.UniqueName Property

ATSCTuningSpace Object

Unique name of the Tuning Space.

Syntax

ATSCTuningSpace.UniqueName

Remarks

This property is read-write.