ExSDP.Timing (ExSDP v0.7.0) View Source

This module represents the Timing field of SDP that specifies the 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

Specs

t() :: %ExSDP.Timing{
  start_time: non_neg_integer(),
  stop_time: non_neg_integer()
}

Link to this section Functions

Specs

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