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