View Source Membrane.RTCP.AppPacket (Membrane RTP plugin v0.21.0)
Parses RTCP Application-defined (APP) packets defined in RFC3550
Link to this section Summary
Link to this section Types
@type t() :: %Membrane.RTCP.AppPacket{ data: binary(), name: String.t(), ssrc: non_neg_integer(), subtype: non_neg_integer() }