AudioDeviceInfoDeviceID Property |
Gets the unique identifier of the device which can differ accross application lifecycles.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string DeviceID { get; }
Public ReadOnly Property DeviceID As String
Get
public:
property String^ DeviceID {
String^ get ();
}
member DeviceID : string with get
Property Value
Type:
String
See Also