Exemplo n.º 1
0
 public void GetStatus(out _BMDSwitcherStreamRTMPState state, out _BMDSwitcherStreamRTMPError error)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void NotifyStatus(_BMDSwitcherStreamRTMPState stateType, _BMDSwitcherStreamRTMPError error)
 {
     _mediator.Publish(new StreamRTMPStatusNotify {
         Status = stateType
     });
 }