LumiSoft Net Help
RTCP_Packet_ReportBlock Class
NamespacesLumiSoft.Net.RTPRTCP_Packet_ReportBlock
This class represents RTCP sender report(SR) or reciver report(RR) packet report block.
Declaration Syntax
C#Visual BasicVisual C++F#
public class RTCP_Packet_ReportBlock
Public Class RTCP_Packet_ReportBlock
public ref class RTCP_Packet_ReportBlock
type RTCP_Packet_ReportBlock =  class end
Members
All MembersMethodsProperties



IconMemberDescription
CumulativePacketsLost
Gets or sets total number of RTP data packets from source SSRC that have been lost since the beginning of reception.

DelaySinceLastSR
Gets or sets the delay, expressed in units of 1/65536 seconds, between receiving the last SR packet from source SSRC_n and sending this reception report block. If no SR packet has been received yet from SSRC_n, the DLSR field is set to zero.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtendedHighestSeqNo
Gets or sets extended highest sequence number received.

Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FractionLost
Gets or sets the fraction of RTP data packets from source SSRC lost since the previous SR or RR packet was sent.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Jitter
Gets or sets an estimate of the statistical variance of the RTP data packet interarrival time, measured in timestamp units and expressed as an unsigned integer.

LastSR
Gets or sets The middle 32 bits out of 64 in the NTP timestamp (as explained in Section 4) received as part of the most recent RTCP sender report (SR) packet from source SSRC_n. If no SR has been received yet, the field is set to zero.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(array<Byte>[]()[][], Int32)
Parses RTCP report block (part of SR or RR packet) from specified buffer.

SSRC
Gets the SSRC identifier of the source to which the information in this reception report block pertains.

ToByte(array<Byte>[]()[][], Int32%)
Stores report block to the specified buffer.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
RTCP_Packet_ReportBlock

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119