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 segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
Declaration
Swift
public let segmentDurationSeconds: Int? -
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
Declaration
Swift
public let segmentPrefix: String? -
Undocumented
Declaration
Swift
public let streamSelection: StreamSelection? -
Undocumented
Declaration
Swift
public init(encryption: CmafEncryption? = nil, hlsManifests: [HlsManifest]? = nil, segmentDurationSeconds: Int? = nil, segmentPrefix: String? = nil, streamSelection: StreamSelection? = nil)
View on GitHub
CmafPackage Structure Reference