Microsoft DirectX 8.1 (C++) |
The get_MinChannel method gets the lowest channel number for this tuning space.
Syntax
HRESULT get_MinChannel(
long* pMinChannelVal
);
Parameters
pMinChannelVal
[out] Pointer to a variable of type long that receives the value for the lowest channel.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
An NTSC tuning space connected to an antenna will return a value of 2.
See Also