AudioDeviceInfo Constructor (DeviceType, String, String) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.MediaDeviceType
- deviceID
- Type: SystemString
- productName
- Type: SystemString
See Also