ExM3U8.Tags.Variant (ex_m3u8 v0.2.0)

Structure representing a stream variant.

Link to this section Summary

Link to this section Types

@type t() :: %ExM3U8.Tags.Variant{
  auto_select?: boolean(),
  default?: boolean(),
  group_id: String.t(),
  language: String.t() | nil,
  name: String.t(),
  type: :audio | :video | :subtitles | :closed_captions,
  uri: String.t() | nil
}