Microsoft DirectX 9.0 |
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.
See Also