Share via


IAMTVTuner::put_InputType

 
Microsoft DirectShow 9.0

IAMTVTuner::put_InputType

The put_InputType method sets the tuner input type (cable or antenna).

Syntax

  HRESULT put_InputType(
  long lIndex,
  TunerInputType InputType
);

Parameters

lIndex

[in] Index value that specifies the input pin to be set.

InputType

[in] Value indicating the connection type, as specified in the TunerInputType enumeration.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also