コード例 #1
0
 internal void NotifyAudioStateChange(IManagedAudioSession sender)
 {
     NotificationManagerHelper.ShowNotification(sender);
 }
コード例 #2
0
 internal void NotifyOfDisposing(IManagedAudioSession sender)
 {
     NotificationManagerHelper.CloseNotification(sender);
 }