View Source ExRTCP.Packet.SourceDescription (ex_rtcp v0.4.0)
Source Description RTCP packet type (RFC 3550
).
Summary
Types
@type t() :: %ExRTCP.Packet.SourceDescription{ chunks: [ExRTCP.Packet.SourceDescription.Chunk.t()] }
Struct representing Source Description RTCP packet.
Number of chunks is always less than 32 for a single source description packet.