View Source ExRTCP.Packet.TransportFeedback.CC.RunLength (ex_rtcp v0.4.0)

Run Length chunk contained by Transport-wide Congestion Control RTCP packets.

Summary

Types

t()

Struct representing the Run Length chunk.

Types

@type t() :: %ExRTCP.Packet.TransportFeedback.CC.RunLength{
  run_length: ExRTCP.Packet.uint13(),
  status_symbol: ExRTCP.Packet.TransportFeedback.CC.status_symbol()
}

Struct representing the Run Length chunk.

See draft-holmer-rmcat-transport-wide-cc-extensions-01, sec. 3.1.3 for further explanation.