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

Structure representing byte range of the following media segment/chunk.

Link to this section Summary

Link to this section Types

@type t() :: %ExM3U8.Tags.ByteRange{
  length: non_neg_integer(),
  offset: non_neg_integer() | nil
}