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

Structure representing a key tag.

Link to this section Summary

Link to this section Types

@type method() :: :aes_128 | :sample_aes | :none
@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
}