AudioDeviceInfo(DeviceType, String, String) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic AudioDeviceInfo(
DeviceType type,
string deviceID,
string productName
)
Public Sub New (
type As DeviceType,
deviceID As String,
productName As String
)
public:
AudioDeviceInfo(
DeviceType type,
String^ deviceID,
String^ productName
)
new :
type : DeviceType *
deviceID : string *
productName : string -> AudioDeviceInfo
Parameters
- type DeviceType
-
- deviceID String
-
- productName String
-
See Also