Membrane Element: RTP v0.2.0 Membrane.Element.RTP.Packet View Source
Describes an RTP packet.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Membrane.Element.RTP.Packet{
header: Membrane.Element.RTP.Header.t(),
payload: binary()
}
t() :: %Membrane.Element.RTP.Packet{ header: Membrane.Element.RTP.Header.t(), payload: binary() }