Membrane Protocol SDP v0.1.1 Membrane.Protocol.SDP.Timing View Source

This module represents Timing field of SDP that specifies start and end time of the session.

For more details please see RFC4566 Section 5.9

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Membrane.Protocol.SDP.Timing{
  start_time: non_neg_integer(),
  stop_time: non_neg_integer()
}

Link to this section Functions

Link to this function

parse(timing) View Source
parse(binary()) :: {:ok, t()} | {:error, :invalid_timing}