View Source ExM3U8.Tags.MediaInit (ExM3U8 v0.14.2)

Structre represening media initialization section of for media segments.

Link to this section Summary

Link to this section Types

@type t() :: %ExM3U8.Tags.MediaInit{
  byte_range: {size :: pos_integer(), offset :: non_neg_integer() | nil} | nil,
  uri: String.t()
}