Microsoft DirectX 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*  pInputTypeVal
);

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.

See Also