View Source ExRTCP.Packet.SourceDescription.Chunk.Item (ex_rtcp v0.1.0)

Item contained by chunks in Source Description RTCP packets.

Summary

Types

t()

Struct representing item contained by chunks in Source Description RTCP packets.

Types

@type item_type() ::
  :cname | :name | :email | :phone | :location | :tool | :note | :priv
@type t() :: %ExRTCP.Packet.SourceDescription.Chunk.Item{
  text: binary(),
  type: item_type()
}

Struct representing item contained by chunks in Source Description RTCP packets.

Text must be shorter than 256 bytes.