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

Status Vector chunk contained by Transport-wide Congestion Control RTCP packets.

Summary

Types

t()

Struct representing the Status Vector chunk.

Types

@type t() :: %ExRTCP.Packet.TransportFeedback.CC.StatusVector{
  symbols: [ExRTCP.Packet.TransportFeedback.CC.status_symbol()]
}

Struct representing the Status Vector chunk.

symbols list length must be equal to either 7 or 14.

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