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

Parameters

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