Values.CmafEncryptionSourceA Common Media Application Format (CMAF) encryption configuration.
type nonrec t = {constantInitializationVector : string option;An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
*)encryptionMethod : CmafEncryptionMethod.t option;keyRotationIntervalSeconds : int option;Time (in seconds) between each encryption key rotation.
*)spekeKeyProvider : SpekeKeyProvider.t;}val make :
?constantInitializationVector:??? ->
?encryptionMethod:??? ->
?keyRotationIntervalSeconds:??? ->
spekeKeyProvider:SpekeKeyProvider.t ->
unit ->
t