View Source ExM3U8.Tags.Part (ExM3U8 v0.10.0)

Structure representing a media part (partial segment/chunk).

Link to this section Summary

Link to this section Types

@type t() :: %ExM3U8.Tags.Part{
  byte_range: {size :: pos_integer(), offset :: non_neg_integer() | nil} | nil,
  duration: float(),
  independent?: boolean(),
  uri: String.t()
}