Exemplo n.º 1
0
 private void ConnectedMEBlock_FadeToBlackInTransitionChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }
Exemplo n.º 2
0
 private void ConnectedMEBlock_InputAvailabilityMaskChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }
Exemplo n.º 3
0
 private void ConnectedMEBlock_PreviewLiveChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }
Exemplo n.º 4
0
 private void ConnectedMEBlock_ProgramInputChanged(object sender, MixEffectsEventArgs e)
 {
     // Clients.All.notifyAtemMixEffectsEvent(string.Format("PGM Changed: {0}", e.Input));
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }
Exemplo n.º 5
0
 private void ConnectedMEBlock_TransitionFramesRemainingChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }