Share via


IDigitalCableTuningSpace interface (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The IDigitalCableTuningSpace interface is implemented on the DigitalTuningSpace object and provides methods for working with tuning spaces that have a digital cable network type.

Inheritance

The IDigitalCableTuningSpace interface inherits from IATSCTuningSpace. IDigitalCableTuningSpace also has these types of members:

Methods

The IDigitalCableTuningSpace interface has these methods.

 
IDigitalCableTuningSpace::get_MaxMajorChannel

The get_MaxMajorChannel method retrieves the highest major channel number for this tuning space.
IDigitalCableTuningSpace::get_MaxSourceID

The get_MaxSourceID method retrieves the highest source identifier for this tuning space.
IDigitalCableTuningSpace::get_MinMajorChannel

The get_MinMajorChannel method retrieves the lowest major channel number for this tuning space.
IDigitalCableTuningSpace::get_MinSourceID

The get_MinSourceID method retrieves the lowest source identifier for this tuning space.
IDigitalCableTuningSpace::put_MaxMajorChannel

The put_MaxMajorChannel method sets the highest major channel number for this tuning space.
IDigitalCableTuningSpace::put_MaxSourceID

The put_MaxSourceID method sets the highest source identifier for this tuning space.
IDigitalCableTuningSpace::put_MinMajorChannel

The put_MinMajorChannel method sets the lowest major channel number for this tuning space.
IDigitalCableTuningSpace::put_MinSourceID

The put_MinSourceID method sets the lowest source identifier for this tuning space.

Remarks

To set minimum and maximum values for the virtual channel number, use the IAnalogTVTuningSpace::put_MinChannel and IAnalogTVTuningSpace::put_MaxChannel methods. (This interface inherits IAnalogTVTuningSpace through IATSCTuningSpace.)

To set minimum and maximum values for the minor channel number, use the IATSCTuningSpace::put_MinMinorChannel and IATSCTuningSpace::put_MaxMinorChannel methods.

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IDigitalCableTuningSpace).

Requirements

Requirement Value
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IATSCTuningSpace

Tuning Model Interfaces