Membrane.RTCP.Packet.decode
You're seeing just the callback
decode
, go back to Membrane.RTCP.Packet module for more information.
Specs
decode(binary(), packet_specific :: Membrane.RTCP.Header.packet_specific_t()) :: {:ok, struct()} | {:error, atom()}
Decodes binary with packet body (without header) into packet struct. Used by parse/1