IMSVidTuner::put_TuningSpace

 
Microsoft DirectShow 9.0

IMSVidTuner::put_TuningSpace

This topic applies to Windows XP or later.

The put_TuningSpace method specifies the tuning space.

Syntax

  HRESULT put_TuningSpace(
  
  ITuningSpace*
  
  plTS
  
  );

Parameters

  plTS

[in]  Specifies a pointer to the tuning space's ITuningSpace interface.

Return Values

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

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also