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

Structure representing a key tag.

Summary

Types

method()

@type method() :: :aes_128 | :sample_aes | :none

t()

@type t() :: %ExM3U8.Tags.Key{
  iv: String.t() | nil,
  key_format: String.t() | nil,
  key_format_versions: String.t() | nil,
  method: method(),
  uri: String.t() | nil
}