AudioDeviceInfoDeviceID Property |
Gets the unique identifier of the device which can differ accross application lifecycles.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
String
See Also