AudioDeviceInfoLowLevelDeviceInfo Property |
Gets or sets the low level device info.
It works only in linux/mono, but it is very important
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic PortAudioDeviceInfo LowLevelDeviceInfo { get; set; }Public Property LowLevelDeviceInfo As PortAudioDeviceInfo
Get
Set
public:
property PortAudioDeviceInfo LowLevelDeviceInfo {
PortAudioDeviceInfo get ();
void set (PortAudioDeviceInfo value);
}member LowLevelDeviceInfo : PortAudioDeviceInfo with get, set
Property Value
PortAudioDeviceInfoThe low level device info.
See Also