Click or drag to resize
ParticipantHelper Class
Provides helper functions to more easily create RTP participants.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpParticipantHelper

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class ParticipantHelper
Methods
  NameDescription
Public methodStatic memberCreateParticipantT(IPEndPoint, IPEndPoint, Boolean)
Creates an RTPParticipant using generic T where T is INetworkClient. Rtcp ports default to RtpPort + 1. RTP ports should be even numbered.
Public methodStatic memberCreateParticipantT(IPAddress, Int32, IPAddress, Int32, Boolean)
Creates an RTPParticipant using generic T where T is INetworkClient. Rtcp ports default to RtpPort + 1. RTP ports should be even numbered.
Public methodStatic memberCreateUdpParticipant(IPAddress, Int32, IPAddress, Int32, Boolean)
Creates an RTPParticipant using UdpNetworkClient. Rtcp ports default to RtpPort + 1. RTP ports should be even numbered.
Public methodStatic memberCreateUdpParticipant(String, Int32, String, Int32, Boolean)
Creates an RTPParticipant using UdpNetworkClient. Rtcp ports default to RtpPort + 1. RTP ports should be even numbered.
Top
See Also