Click or drag to resize
ParticipantSenderInformation Class
Information about the sending participant.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpParticipantSenderInformation

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

The ParticipantSenderInformation type exposes the following members.

Constructors
  NameDescription
Public methodParticipantSenderInformation
Initializes a new instance of the ParticipantSenderInformation class
Top
Methods
  NameDescription
Public methodGenerateSenderReport
Generates a RTCP-SR, RTCP-SDES (CNAME) encapsulated in an RTCPCompound object.
Public methodUpdate
Objects the participant sender information.
Top
Fields
  NameDescription
Public fieldByteCount
Amount of bytes sent.
Public fieldPacketCount
Amount of packets sent.
Public fieldRecentTimestamp
Most recently sent timestamp.
Public fieldSsrc
Most recently sent Sync Source.
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