HlsKeyProviderType

public enum HlsKeyProviderType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case speke = "SPEKE"
  • Undocumented

    Declaration

    Swift

    case staticKey = "STATIC_KEY"
  • Declaration

    Swift

    public var description: String { get }