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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioDeviceInfo(
	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