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: 10.3.183.0
Syntax
public AudioDeviceInfo(
	DeviceType type,
	string deviceID,
	string productName
)

Parameters

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