Share via


IAnalogTVTuningSpace::get_InputType

 
Microsoft DirectShow 9.0

IAnalogTVTuningSpace::get_InputType

The get_InputType method gets the input type (antenna or cable) intended for the tuning space.

Syntax

  HRESULT get_InputType(
  TunerInputType*  
);

Parameters

pInputTypeVal

[out] Pointer to a variable of type TunerInputType that receives 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