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

Parses compound RTCP packets into a list of subpackets.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.RTCP.CompoundPacket{packets: [Membrane.RTCP.Packet.t()]}

Link to this section Functions

Link to this function

parse(compound_packet)

View Source
parse(binary()) :: {:ok, t()} | {:error, any()}
Link to this function

to_binary(compound_packet)

View Source
to_binary(t()) :: binary()