AudioDeviceInfo(DeviceType, String, String, String, Int16, Int32, Boolean) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic AudioDeviceInfo(
DeviceType type,
string deviceID,
string productName,
string manufacturer,
short productID,
int driverVersion,
bool isDefault
)
Public Sub New (
type As DeviceType,
deviceID As String,
productName As String,
manufacturer As String,
productID As Short,
driverVersion As Integer,
isDefault As Boolean
)
public:
AudioDeviceInfo(
DeviceType type,
String^ deviceID,
String^ productName,
String^ manufacturer,
short productID,
int driverVersion,
bool isDefault
)
new :
type : DeviceType *
deviceID : string *
productName : string *
manufacturer : string *
productID : int16 *
driverVersion : int *
isDefault : bool -> AudioDeviceInfo
Parameters
- type DeviceType
-
- deviceID String
-
- productName String
-
- manufacturer String
-
- productID Int16
-
- driverVersion Int32
-
- isDefault Boolean
-
See Also