Ejemplo n.º 1
0
 /*
  * Passive called by Datamerger or Streamingmanager.
  * Consider the identical output Forma from datamerger, is here an 1 to N broadcast by rasing event.
  * All outputadapter receive same source to out put preparing.
  */
 public void ReadyToOutput(MocapFrame mocapFrame)
 {
     OutputNotification?.Invoke(mocapFrame);
 }