コード例 #1
0
ファイル: MIDI.cs プロジェクト: rpgaleksy/apollo-studio
 public static void DoneIdentifying() => DevicesUpdated?.Invoke();
コード例 #2
0
ファイル: NAudioSource.cs プロジェクト: epicwebgame/screen
        public NAudioSource()
        {
            _notificationClient.DevicesUpdated += () => DevicesUpdated?.Invoke();

            _deviceEnumerator.RegisterEndpointNotificationCallback(_notificationClient);
        }