View Source Membrane.RTCP.TransportFeedbackPacket behaviour (Membrane RTP plugin v0.22.0)

Abstraction and generic encoding/decoding functionality for RTCP transport layer feedback packets.

Link to this section Summary

Link to this section Types

@type t() :: %Membrane.RTCP.TransportFeedbackPacket{
  media_ssrc: Membrane.RTP.ssrc_t(),
  payload: struct(),
  sender_ssrc: Membrane.RTP.ssrc_t()
}

Link to this section Callbacks

@callback decode(binary()) :: {:ok, struct()} | {:error, any()}
@callback encode(struct()) :: binary()