View Source ExM3U8.Tags.ByteRange (ExM3U8 v0.15.1)
Structure representing byte range of the following media segment/chunk.
Summary
Types
@type t() :: %ExM3U8.Tags.ByteRange{ length: non_neg_integer(), offset: non_neg_integer() | nil }
Structure representing byte range of the following media segment/chunk.
@type t() :: %ExM3U8.Tags.ByteRange{ length: non_neg_integer(), offset: non_neg_integer() | nil }