We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efe4951 + 6617d1c commit 27d4bf5Copy full SHA for 27d4bf5
1 file changed
AudioSwitcher.AudioApi.CoreAudio/CoreAudioSession.cs
@@ -125,7 +125,7 @@ public IObservable<SessionPeakValueChangedArgs> PeakValueChanged
125
get
126
{
127
//only initialize the timer subscription when peak value is requested
128
- if (MeterInformation != null && _timerSubscription == null)
+ if (_meterInformation != null && _timerSubscription == null)
129
130
//start a timer to poll for peak value changes
131
_timerSubscription = PeakValueTimer.PeakValueTick.Subscribe(Timer_UpdatePeakValue);
0 commit comments