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

Structure representing a content steering tag.

Link to this section Summary

Link to this section Types

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