Share via


IMSVidAnalogTuner interface (segment.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 IMSVidAnalogTuner interface represents an analog-only tuner card that does not support the Broadcast Driver Architecture (BDA). This interface provides Automation access to the IAMTVTuner and IAMTVAudio interfaces.

Inheritance

The IMSVidAnalogTuner interface inherits from IMSVidTuner. IMSVidAnalogTuner also has these types of members:

Methods

The IMSVidAnalogTuner interface has these methods.

 
IMSVidAnalogTuner::ChannelAvailable

The ChannelAvailable method queries whether a specified channel is available for viewing.
IMSVidAnalogTuner::get_AudioFrequency

The get_AudioFrequency method retrieves the tuner's audio frequency.
IMSVidAnalogTuner::get_Channel

The get_Channel method retrieves the tuner's current channel.
IMSVidAnalogTuner::get_CountryCode

The get_CountryCode method retrieves the tuner's country/region code.
IMSVidAnalogTuner::get_SAP

The get_SAP method retrieves the tuner's SAP setting to enable secondary audio components.
IMSVidAnalogTuner::get_VideoFrequency

The get_VideoFrequency method retrieves the tuner's video frequency for testing purposes.
IMSVidAnalogTuner::put_Channel

The put_Channel method specifies the tuner's channel.
IMSVidAnalogTuner::put_CountryCode

The put_CountryCode method specifies the tuner's country/region code.
IMSVidAnalogTuner::put_SAP

The put_SAP method specifies the tuner's SAP setting to enable secondary audio components.

Remarks

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

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidTuner

Video Control Interfaces