Пример #1
0
 /**
  * Remove the {@link AppleMidiSession} from this server
  *
  * @param session The session to be removed
  */
 public void RemoveRtpMidiSession(RtpMidiSession session)
 {
     sessionServer.RemoveRtpMidiSession(session);
 }
Пример #2
0
 /**
  * Add a new {@link AppleMidiSession} to this server
  *
  * @param session The session to be added
  */
 public void AddRtpMidiSession(RtpMidiSession session)
 {
     sessionServer.AddRtpMidiSession(session);
 }