Membrane RTP plugin v0.4.0-alpha Membrane.RTCP.AppPacket View Source

Parses RTCP Application-defined (APP) packets defined in RFC3550

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.RTCP.AppPacket{
  data: binary(),
  name: String.t(),
  ssrc: non_neg_integer(),
  subtype: non_neg_integer()
}