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