예제 #1
0
 private void ConnectedMEBlock_FadeToBlackInTransitionChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }
예제 #2
0
 private void ConnectedMEBlock_InputAvailabilityMaskChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }
예제 #3
0
 private void ConnectedMEBlock_PreviewLiveChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }
예제 #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
     });
 }
예제 #5
0
 private void ConnectedMEBlock_TransitionFramesRemainingChanged(object sender, MixEffectsEventArgs e)
 {
     Clients.All.notifyAtemMixEffectsEvent(new
     {
         MixEffects = e
     });
 }