Platform SDK: Broadcast Architecture

BPCDeviceBase.HasChannel

The HasChannel property indicates whether a device supports channels. This property is read-only. Visual Basic syntax is shown.

[ bHasChannel = ] object.HasChannel

Parts

object
Object expression that resolves to a BPCDeviceBase object.
bHasChannel
Boolean that is True if the device supports channels and False if it does not.

Remarks

A television tuner card, for example, has a HasChannel property of True. A device used to play a multimedia file from disk has a HasChannel property of False. Note that file playback devices are not currently supported by Broadcast Architecture.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.

See Also

BPCDeviceBase, BPCDeviceBase.Channel