BPCDeviceBase.IsInput

[This is preliminary documentation and subject to change.]

The IsInput property indicates whether this device is the input device for the Video control. This property is read-only.

Syntax

[ bIsInput = ] object.IsInput
 

Parts

object
Object expression that resolves to a BPCDeviceBase object.
bIsInput
Boolean that receives True if the device is the input device, and False if it is not.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.
  Unicode: Yes.

See Also

BPCDeviceBase.IsOutput