View Source ExRTCP.Packet.SourceDescription.Chunk (ex_rtcp v0.4.0)

Chunk contained by Source Description RTCP packets.

Summary

Types

t()

Struct representing chunk contained by Source Description RTCP packets.

Types

@type t() :: %ExRTCP.Packet.SourceDescription.Chunk{
  items: [ExRTCP.Packet.SourceDescription.Chunk.Item.t()],
  ssrc: ExRTCP.Packet.uint32()
}

Struct representing chunk contained by Source Description RTCP packets.