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