DeviceInfo

The DeviceInfo class that contains the ID and device name of the video devices.

    public class DeviceInfo
    {
        public string deviceName;
        public string deviceId;
    };

Attributes

deviceId
The device ID.
deviceName
The device name.