MsSmoothEncryptionSettings
public struct MsSmoothEncryptionSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.
Declaration
Swift
public let spekeKeyProvider: SpekeKeyProvider?
-
Undocumented
Declaration
Swift
public init(spekeKeyProvider: SpekeKeyProvider? = nil)
-
Declaration
Swift
public func validate(name: String) throws