Microsoft DirectX 8.1 (C++)

IAMTVTuner::get_InputType

The get_InputType method retrieves the input type set in IAMTVTuner::put_InputType.

Syntax

HRESULT get_InputType (
  long lIndex,
  TunerInputType *pInputType
);

Parameters

lIndex

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

pInputType

[out] Pointer to the TunerInputType enumeration; either cable (TunerInputCable) or antenna (TunerInputAntenna).

Return Values

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

See Also