AudioDeviceInfoDriverVersion Property |
Gets the version number of the device driver.
The high-order byte is the major version number, and the low-order byte is the minor version number.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int DriverVersion { get; set; }
Public Property DriverVersion As Integer
Get
Set
public:
property int DriverVersion {
int get ();
void set (int value);
}
member DriverVersion : int with get, set
Property Value
Type:
Int32
See Also