RTCPReportBlock

public struct RTCPReportBlock

Undocumented

  • Undocumented

    Declaration

    Swift

    public var packetLostFraction: UInt8
  • Undocumented

    Declaration

    Swift

    public var packetLostCount: UInt32
  • Undocumented

    Declaration

    Swift

    public var highestRecievedSequenceNumber: SerialNumberWithOverflowCount<UInt16, UInt16>
  • Undocumented

    Declaration

    Swift

    public var interarrivalJitter: UInt32
  • 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.

    Declaration

    Swift

    public var lastSenderReportMiddleOfNTPTimestamp: UInt32
  • 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.

    Declaration

    Swift

    public var delaySinceLastSenderReport: UInt32