HlsPackage
public struct HlsPackage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let encryption: HlsEncryption? -
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? -
When enabled, audio streams will be placed in rendition groups in the output.
Declaration
Swift
public let useAudioRenditionGroup: Bool? -
Undocumented
Declaration
Swift
public init(encryption: HlsEncryption? = nil, hlsManifests: [HlsManifest], segmentDurationSeconds: Int? = nil, useAudioRenditionGroup: Bool? = nil)
View on GitHub
HlsPackage Structure Reference