Share via


ITuner::put_TuningSpace

 
Microsoft DirectShow 9.0

ITuner::put_TuningSpace

The put_TuningSpace method sets the tuning space for the Network Provider.

Syntax

  HRESULT put_TuningSpace(
  ITuningSpace* pTuningSpace
);

Parameters

pTuningSpace

[in] Pointer to the tuning space that will be set in the Network Provider.

Return Values

When the method is successful, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header: Include bdaiface.h.

See Also