VistaCoreAudioApiHelperTimerMuteDetectionInterval Property
Gets or sets the mute detection interval, in milliseconds.
This interval is associated with a timer that monitors and reports Mute changes on the device.
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 int TimerMuteDetectionInterval { get; set; }
Public Property TimerMuteDetectionInterval As Integer
Get
Set
Dim instance As VistaCoreAudioApiHelper
Dim value As Integer
value = instance.TimerMuteDetectionInterval
instance.TimerMuteDetectionInterval = value
public:
property int TimerMuteDetectionInterval {
int get ();
void set (int value);
}
member TimerMuteDetectionInterval : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32The mute detection interval, in milliseconds.