public void Notify(_BMDSwitcherFairlightAudioMixerEventType eventType)
 {
     // Ignore
 }
Exemplo n.º 2
0
 public void Notify(_BMDSwitcherFairlightAudioMixerEventType eventType)
 {
     _mediator.Publish(new SwitcherMessageNotify {
         Message = $"{nameof(FairlightAudioMixerCallback)}-{eventType}"
     });
 }