Click or drag to resize
DeviceInfo Constructor (DeviceType, String, String, String, Int16, Int32, Boolean)
Initializes a new instance of the DeviceInfo class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.9.0
Syntax
public DeviceInfo(
	DeviceType type,
	string deviceID,
	string productName,
	string manufacturer,
	short productID,
	int driverVersion,
	bool isDefault
)

Parameters

type
Type: Ozeki.MediaDeviceType
deviceID
Type: SystemString
productName
Type: SystemString
manufacturer
Type: SystemString
productID
Type: SystemInt16
driverVersion
Type: SystemInt32
isDefault
Type: SystemBoolean
See Also