Membrane RTP plugin v0.4.0-alpha Membrane.RTP.Packet View Source
Defines a struct describing an RTP packet and a way to parse it. Based on RFC3550
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Membrane.RTP.Packet{header: Membrane.RTP.Header.t(), payload: binary()}
Link to this section Functions
Link to this function
parse(bytes)
View Sourceparse(binary()) :: {:ok, t()} | {:error, error_reason()}