ExSDP.Timing (ExSDP v1.1.3)
View SourceThis 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
Summary
Types
@type t() :: %ExSDP.Timing{ start_time: non_neg_integer(), stop_time: non_neg_integer() }