IScSpontanjingleControl

<< Klicken Sie hier um das Inhaltsverzeichnis anzuzeigen >>

Navigation:  Anleitungen > EmberPlusTcp Plugin konfigurieren >

IScSpontanjingleControl

using System;

 

namespace Sohard.Dabis.StudioController.Contracts.Scripting

{

  public interface IScSpontanjingleControl

   {

      /// <summary>

      /// Wird ausgelöst wenn ein Spontanjingle OnAir gestartet wird.

      /// </summary>

      event EventHandler<PlayelementActionEventArgs> SpontanjingleStarted;

      /// <summary>

      /// Wird ausgelöst wenn ein OnAir laufender Spontanjingle gestoppt wird.

      /// </summary>

      event EventHandler<PlayelementActionEventArgs> SpontanjingleStopped;

   }

}