Share via


IAnalogTVTuningSpace::put_InputType

 
Microsoft DirectShow 9.0

IAnalogTVTuningSpace::put_InputType

The put_InputType method sets the input type (antenna or cable) intended for the tuning space.

Syntax

  HRESULT put_InputType(
  TunerInputType  NewInputTypeVal
);

Parameters

NewInputTypeVal

[in] Variable of type TunerInputType that specifies the input type.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also