Click or drag to resize

AudioDeviceInfo(DeviceType, String, String, String, Int16, Int32, Boolean) Constructor

Initializes a new instance of the AudioDeviceInfo class.

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

Parameters

type  DeviceType
 
deviceID  String
 
productName  String
 
manufacturer  String
 
productID  Int16
 
driverVersion  Int32
 
isDefault  Boolean
 
See Also