Microsoft DirectX 9.0

MSVidAnalogTunerDevice.ChannelAvailable

This topic applies to Windows XP only.

The ChannelAvailable method queries whether a specified channel is available for viewing.

This method is currently not implemented.

Syntax

objMSVidAnalogTunerDevice.ChannelAvailable(
  nChannel As Long,
  SignalStrength As Long
) As Boolean

Parameters

  nChannel

Specifying the channel.

  SignalStrength

Variable that receives the signal strength.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns True if the channel is available, or False otherwise.

See Also