View Source ExSDP.Timezone (ExSDP v0.10.1)

This module groups multiple SDP Timezone Correction used for translating base time for rebroadcasts.

Link to this section Summary

Link to this section Types

@type t() :: %ExSDP.Timezone{corrections: [ExSDP.Timezone.Correction.t()]}

Link to this section Functions

@spec parse(binary()) :: {:ok, t()} | {:error, :invalid_timezone}