Click or drag to resize
RtcpSenderReport Properties

The RtcpSenderReport type exposes the following members.

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
See Also