AudioDeviceInfo Constructor (DeviceType, String, String, String, Int16, Int32, Boolean) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.MediaDeviceType
- deviceID
- Type: SystemString
- productName
- Type: SystemString
- manufacturer
- Type: SystemString
- productID
- Type: SystemInt16
- driverVersion
- Type: SystemInt32
- isDefault
- Type: SystemBoolean
See Also