コード例 #1
0
ファイル: SoundOutManager.cs プロジェクト: Zhenya1256/XTest
 public SoundOutManager(CSCoreEngine engine)
 {
     BaseEngine            = engine;
     _mmNotificationClient = new MMNotificationClient();
 }
コード例 #2
0
 public NotificationService(CSCoreEngine cscore)
 {
     cscore.TrackChanged += cscore_TrackChanged;
 }
コード例 #3
0
ファイル: SoundOutManager.cs プロジェクト: WELL-E/Hurricane
 public SoundOutManager(CSCoreEngine engine)
 {
     BaseEngine = engine;
     _mmNotificationClient = new MMNotificationClient();
 }