MssPackage
public struct MssPackage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let encryption: MssEncryption? -
The time window (in seconds) contained in each manifest.
Declaration
Swift
public let manifestWindowSeconds: Int? -
The duration (in seconds) of each segment.
Declaration
Swift
public let segmentDurationSeconds: Int? -
Undocumented
Declaration
Swift
public let streamSelection: StreamSelection? -
Undocumented
Declaration
Swift
public init(encryption: MssEncryption? = nil, manifestWindowSeconds: Int? = nil, segmentDurationSeconds: Int? = nil, streamSelection: StreamSelection? = nil)
View on GitHub
MssPackage Structure Reference