Click or drag to resize
DeviceInfo Constructor (DeviceType, String, String)
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
)

Parameters

type
Type: Ozeki.MediaDeviceType
deviceID
Type: SystemString
productName
Type: SystemString
See Also