Click or drag to resize
IRtpParticipant Interface
Interface for RTP participants.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface IRtpParticipant

The IRtpParticipant type exposes the following members.

Properties
  NameDescription
Public propertyIsStarted
Public propertyLocalInfo
Gets or sets the information of the local participant endpoint and configuration.
Public propertyRemoteInfo
Gets or sets the information of the remote participant endpoint and configuration.
Public propertySsrc
Gets or sets the Ssrc.
Top
Methods
  NameDescription
Public methodForceSenderReportAfterNextUpdate
Force sender report after next update.
Public methodSend(RtcpCompoundPacket)
Send RTCP compound packet.
Public methodSend(RtpFrame)
Send RTP frame.
Public methodSend(RtpPacket)
Send RTP packet.
Public methodSetSecureSession
Public methodStart
Starts the receive chain.
Public methodStop
Stops the receive chain.
Top
Events
  NameDescription
Public eventOnRtcpReceive
Public eventOnRtpReceive
Top
See Also