Share via


IMPEG2TuneRequest 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 IMPEG2TuneRequest interface represents a tune request for a basic MPEG-2 transport stream containing the minimal tables.

Use the IMPEG2TuneRequestFactory::CreateTuneRequest method to obtain this interface. It returns the minimal MPEG-2 tune request for a specified tuning space. To create a full tune request, use the CreateTuneRequest method provided by one of the tuning space objects.

Inheritance

The IMPEG2TuneRequest interface inherits from ITuneRequest. IMPEG2TuneRequest also has these types of members:

Methods

The IMPEG2TuneRequest interface has these methods.

 
IMPEG2TuneRequest::get_ProgNo

The get_ProgNo method retrieves the program number ID.
IMPEG2TuneRequest::get_TSID

The get_TSID method retrieves the transport stream ID.
IMPEG2TuneRequest::put_ProgNo

The put_ProgNo method sets the program number ID.
IMPEG2TuneRequest::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(IMPEG2TuneRequest).

Requirements

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

See also

ITuneRequest

Tuning Model Interfaces