Share via


IDigitalCableTuningSpace Interface

 
Microsoft DirectShow 9.0

IDigitalCableTuningSpace Interface

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

In addition to the methods inherited from IATSCTuningSpace, the IDigitalCableTuningSpace interface exposes the following methods.

Method Description
get_MaxMajorChannel Retrieves the highest major channel number for this tuning space.
get_MaxSourceID Retrieves the highest source identifier for this tuning space.
get_MinMajorChannel Retrieves the lowest major channel number for this tuning space.
get_MinSourceID Retrieves the lowest source identifier for this tuning space.
put_MaxMajorChannel Sets the highest major channel number for this tuning space.
put_MaxSourceID Sets the highest source identifier for this tuning space.
put_MinMajorChannel Sets the lowest major channel number for this tuning space.
put_MinSourceID 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.

See Also