Click or drag to resize
RtcpSenderReport Class
This is the RTCP Sender Report. It is sent by the sender of RTP packets to a session, containing quality and timing information.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpRtcpPacket
    StreamCoders.RtpRtcpSenderReport

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

The RtcpSenderReport type exposes the following members.

Constructors
  NameDescription
Public methodRtcpSenderReport
Constructor.
Top
Properties
  NameDescription
Public propertyCreationTime
Gets the time of the creation.
(Inherited from RtcpPacket.)
Public propertyOctetCount
The number of bytes sent.
Public propertyPacketCount
The number of packets sent.
Public propertyPacketType
The RTCP packet Type of which the packet was instantiated.
(Inherited from RtcpPacket.)
Public propertyPadding
The RTCP padding field.
(Inherited from RtcpPacket.)
Public propertyRtpTimestamp
The NTP time of the sender expressed in RTP Timestamp units.
Public propertySsrc
This is the Synchronization Source (Ssrc) of the Sender.
Public propertyVersion
The RTCP version field. This should always be 2.
(Inherited from RtcpPacket.)
Top
Methods
Fields
  NameDescription
Public fieldNtpTime
The NTP time of the sender. This value should be either received from an NTP Server or your system time (synchronized by NTP).
Public fieldReportBlocks
Holds report blocks to transport additional information.
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