Compartilhar via


IMPEG2TuneRequestFactory::CreateTuneRequest

 
Microsoft DirectShow 9.0

IMPEG2TuneRequestFactory::CreateTuneRequest

This topic applies to Windows XP Service Pack 1 and later.

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

Syntax

  HRESULT CreateTuneRequest(
    ITuningSpace *
  TuningSpace
  ,
   
  IMPEG2TuneRequest **
  TuneRequest
  
);

Parameters

TuningSpace

[in] Pointer to the ITuningSpace interface of the tuning space.

TSID

[in] Address of a variable that receives a pointer to the IMPEG2TuneRequest interface.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also