コード例 #1
0
ファイル: mvCentralUtils.cs プロジェクト: RoChess/mvcentral
 public static void enableNativeAutoplay()
 {
     if (GUIGraphicsContext.CurrentState == GUIGraphicsContext.State.RUNNING)
     {
         logger.Info("Re-enabling native autoplay.");
         AutoPlay.StartListening();
     }
 }
コード例 #2
0
ファイル: Helper.cs プロジェクト: mwheelerjr/mptvseries
 public static void enableNativeAutoplay()
 {
     if (GUIGraphicsContext.CurrentState == GUIGraphicsContext.State.RUNNING)
     {
         MPTVSeriesLog.Write("Re-enabling native autoplay.");
         AutoPlay.StartListening();
     }
 }