Click or drag to resize

ReportBlock Class

An RTCP report block.
Inheritance Hierarchy
SystemObject
  FM.IceLinkReportBlock

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ReportBlock type exposes the following members.

Constructors
  NameDescription
Public methodReportBlock
Initializes a new instance of the ReportBlock class.
Public methodReportBlock(DataBuffer)
Initializes a new instance of the ReportBlock class.
Public methodReportBlock(Int32, Int32, Int64, Int64, Int64, Int64)
Initializes a new instance of the ReportBlock class.
Public methodReportBlock(Int64, Int32, Int32, Int64, Int64, Int64, Int64)
Initializes a new instance of the ReportBlock class.
Top
Properties
  NameDescription
Public propertyCumulativeNumberOfPacketsLost
Gets or sets the cumulative number of packets lost.
Public propertyDataBuffer
Gets or sets the backing data buffer.
Public propertyDelaySinceLastSenderReport
Gets or sets the delay since last sender report.
Public propertyExtendedHighestSequenceNumberReceived
Gets or sets the extended highest sequence number received.
Public propertyStatic memberFixedPayloadLength
Gets or sets the fixed length of a report block.
Public propertyFractionLost
Gets or sets the fraction lost according to RFC 1889. The value has a range of 0 (no packet loss) to 255 (all packets lost).
Public propertyInterarrivalJitter
Gets or sets the interarrival jitter.
Public propertyLastSenderReportTimestamp
Gets or sets the last sender report timestamp.
Public propertyPercentLost
Gets or sets the percentage of lost packets. The value has a range of 0.0 (no packet loss) to 100.0 (all packets lost).
Public propertySynchronizationSource
Gets or sets the synchronization source.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Top
See Also