VistaCoreAudioApiHelperDeviceMonitorsEnabled Property
Gets or sets a value indicating whether the audio device timers that monitors and reports changes are enabled.
Namespace: DevCase.ThirdParty.VistaCoreAudioApiAssembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool DeviceMonitorsEnabled { get; set; }
Public Property DeviceMonitorsEnabled As Boolean
Get
Set
Dim instance As VistaCoreAudioApiHelper
Dim value As Boolean
value = instance.DeviceMonitorsEnabled
instance.DeviceMonitorsEnabled = value
public:
property bool DeviceMonitorsEnabled {
bool get ();
void set (bool value);
}
member DeviceMonitorsEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the audio device monitor is enabled; otherwise,
.