CmafPackage
public struct CmafPackage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let encryption: CmafEncryption?
-
A list of HLS manifest configurations.
Declaration
Swift
public let hlsManifests: [HlsManifest]
-
Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.
Declaration
Swift
public let segmentDurationSeconds: Int?
-
Undocumented
Declaration
Swift
public init(encryption: CmafEncryption? = nil, hlsManifests: [HlsManifest], segmentDurationSeconds: Int? = nil)