CmafEncryptionType
public enum CmafEncryptionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case sampleAes = "SAMPLE_AES"
-
Undocumented
Declaration
Swift
case aesCtr = "AES_CTR"
-
Declaration
Swift
public var description: String { get }