HlsEncryption
public struct HlsEncryption : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.
Declaration
Swift
public let constantInitializationVector: String? -
The encryption method to use.
Declaration
Swift
public let encryptionMethod: EncryptionMethod? -
Interval (in seconds) between each encryption key rotation.
Declaration
Swift
public let keyRotationIntervalSeconds: Int? -
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
Declaration
Swift
public let repeatExtXKey: Bool? -
Undocumented
Declaration
Swift
public let spekeKeyProvider: SpekeKeyProvider -
init(constantInitializationVector:encryptionMethod:keyRotationIntervalSeconds:repeatExtXKey:spekeKeyProvider:)Undocumented
Declaration
Swift
public init(constantInitializationVector: String? = nil, encryptionMethod: EncryptionMethod? = nil, keyRotationIntervalSeconds: Int? = nil, repeatExtXKey: Bool? = nil, spekeKeyProvider: SpekeKeyProvider)
View on GitHub
HlsEncryption Structure Reference