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