Share via


IMSVidTuner::get_TuningSpace

 
Microsoft DirectShow 9.0

IMSVidTuner::get_TuningSpace

This topic applies to Windows XP or later.

The get_TuningSpace method retrieves the current tuning space.

Syntax

  HRESULT get_TuningSpace(
  
  ITuningSpace**
  
  plTS
  
  );

Parameters

  pplTS

[out]  Pointer to a variable that receives an ITuningSpace interface pointer.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The returned ITuningSpace interface has an outstanding reference count. The caller must release the interface.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also