Click or drag to resize
ParticipantReceiverInformation Class
Information about the receiving participant.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpParticipantReceiverInformation

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class ParticipantReceiverInformation

The ParticipantReceiverInformation type exposes the following members.

Constructors
  NameDescription
Public methodParticipantReceiverInformation
Initializes a new instance of the ParticipantReceiverInformation class
Top
Properties
  NameDescription
Public propertySsrc
Synchronization source of remote endpoint.
Top
Methods
  NameDescription
Public methodGenerateReceiverReport
Generates a RTCP-RR encapsulated in an RTCPCompound object.
Public methodUpdate(RtcpCompoundPacket)
Updates the participant receiver information.
Public methodUpdate(RtpPacket)
Updates the given packet.
Top
Fields
  NameDescription
Public fieldByteCount
Amount of bytes received.
Public fieldExtendedSequence
Extended sequence number of the most recently received RTP packet.
Public fieldInterArrivalJitter
Interarrival jitter information.
Public fieldPacketCount
Amount of packets received.
Public fieldRecentSenderReport
Contains the most recently received Sender Report.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also