IAnalogTVTuningSpace 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 IAnalogTVTuningSpace interface provides methods for getting and setting parameters associated with analog TV tuning spaces. The Video Control uses these methods when building and controlling a WDM Analog TV filter graph.
Inheritance
The IAnalogTVTuningSpace interface inherits from ITuningSpace. IAnalogTVTuningSpace also has these types of members:
Methods
The IAnalogTVTuningSpace interface has these methods.
IAnalogTVTuningSpace::get_CountryCode The get_CountryCode method gets the country/region code of the tuning space (based on TAPI country/region codes). |
IAnalogTVTuningSpace::get_InputType The get_InputType method gets the input type (antenna or cable) intended for the tuning space. |
IAnalogTVTuningSpace::get_MaxChannel The get_MaxChannel method gets the highest channel number for this tuning space. |
IAnalogTVTuningSpace::get_MinChannel The get_MinChannel method gets the lowest channel number for this tuning space. |
IAnalogTVTuningSpace::put_CountryCode The put_CountryCode method sets the country/region code of the tuning space (based on TAPI country/region codes). |
IAnalogTVTuningSpace::put_InputType The put_InputType method sets the input type (antenna or cable) intended for the tuning space. |
IAnalogTVTuningSpace::put_MaxChannel The put_MaxChannel method sets the highest channel number for this tuning space. |
IAnalogTVTuningSpace::put_MinChannel The put_MinChannel method sets the lowest channel number for this tuning space. |
Remarks
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IAnalogTVTuningSpace)
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | tuner.h |