Microsoft DirectX 9.0

IMSVidTuner::put_TuningSpace

This topic applies to Windows XP only.

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.

See Also