Share via


IATSCLocator 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 IATSCLocator interface is implemented on the ATSCLocator object and contains methods that enable the network provider to determine the physical channel and transport stream ID of an ATSC transmission. Applications do not use Locator interfaces except possibly for debugging purposes. All Locator objects also support IPersistPropertyBag.

Inheritance

The IATSCLocator interface inherits from IDigitalLocator. IATSCLocator also has these types of members:

Methods

The IATSCLocator interface has these methods.

 
IATSCLocator::get_PhysicalChannel

The get_PhysicalChannel method retrieves the physical channel.
IATSCLocator::get_TSID

The get_TSID method retrieves the transport stream ID.
IATSCLocator::put_PhysicalChannel

The put_PhysicalChannel method sets the physical channel.
IATSCLocator::put_TSID

The put_TSID method sets the transport stream ID.

Remarks

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

Requirements

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

See also

IDigitalLocator

Tuning Model Interfaces