HlsMediaStoreSettings
public struct HlsMediaStoreSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
Declaration
Swift
public let connectionRetryInterval: Int?
-
Size in seconds of file cache for streaming outputs.
Declaration
Swift
public let filecacheDuration: Int?
-
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
Declaration
Swift
public let mediaStoreStorageClass: HlsMediaStoreStorageClass?
-
Number of retry attempts that will be made before the Live Event is put into an error state.
Declaration
Swift
public let numRetries: Int?
-
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
Declaration
Swift
public let restartDelay: Int?
-
Undocumented
Declaration
Swift
public init(connectionRetryInterval: Int? = nil, filecacheDuration: Int? = nil, mediaStoreStorageClass: HlsMediaStoreStorageClass? = nil, numRetries: Int? = nil, restartDelay: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws