View Source ExM3U8.Tags.ContentSteering (ExM3U8 v0.15.1)

Structure representing a content steering tag.

Summary

Types

t()

@type t() :: %ExM3U8.Tags.ContentSteering{
  pathway_id: String.t() | nil,
  server_uri: String.t()
}