HlsEncryptionType
public enum HlsEncryptionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case aes128 = "AES128"
-
Undocumented
Declaration
Swift
case sampleAes = "SAMPLE_AES"
-
Declaration
Swift
public var description: String { get }