Search
Structure representing a media tag.
@type t() :: %ExM3U8.Tags.Media{ 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 }