Click or drag to resize

AudioDeviceInfo(DeviceType, String, String) 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
)

Parameters

type  DeviceType
 
deviceID  String
 
productName  String
 
See Also