Topic Last Modified: 2010-11-09

The Device table is a supporting table that stores information about the various capture or render devices. Each record in the table represents one device.

Column Data Type Key/Index Details

DeviceKey

Int

Primary

Unique number identifying this device.

DeviceName

nvarchar(256)

DeviceName + DeviceType is unique

Device name.

DeviceType

Bit

DeviceName + DeviceType is unique

Device type. 1 is a capture device, 0 is a render device.