Share via


IMPEG2TuneRequestFactory 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 IMPEG2TuneRequestFactory interface creates a tune request for a basic MPEG-2 transport stream containing the minimal tables. To obtain this interface, call CoCreateInstance with the class identifier CLSID_MPEG2TuneRequestFactory.

Inheritance

The IMPEG2TuneRequestFactory interface inherits from the IDispatch interface. IMPEG2TuneRequestFactory also has these types of members:

Methods

The IMPEG2TuneRequestFactory interface has these methods.

 
IMPEG2TuneRequestFactory::CreateTuneRequest

The CreateTuneRequest method creates the minimal MPEG-2 tune request for a specified tuning space.

Remarks

To create a full tune request, use the CreateTuneRequest method provided by one of the tuning space objects.

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

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

IDispatch

Tuning Model Interfaces