public void Notify(_BMDSwitcherFairlightAudioSourceEventType eventType)
 {
     _mediator.Publish(new SwitcherMessageNotify {
         Message = $"{nameof(FairlightAudioMixerInputSourceCallback)}-{eventType}"
     });
 }
コード例 #2
0
 public void Notify(_BMDSwitcherFairlightAudioSourceEventType eventType)
 {
     // Ignore
 }