Microsoft DirectX 9.0 |
The put_MinorChannel method sets the minor channel to be tuned.
Syntax
HRESULT put_MinorChannel(
long MinorChannel
);
Parameters
MinorChannel
[in] Variable of type long that specifies the minor channel. Specify -1 to instruct the tuner to tune to the first valid minor channel it finds.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also