| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
HlsMediaStoreSettings |
HlsMediaStoreSettings.clone() |
HlsMediaStoreSettings |
HlsCdnSettings.getHlsMediaStoreSettings() |
HlsMediaStoreSettings |
HlsMediaStoreSettings.withConnectionRetryInterval(Integer connectionRetryInterval)
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
|
HlsMediaStoreSettings |
HlsMediaStoreSettings.withFilecacheDuration(Integer filecacheDuration)
Size in seconds of file cache for streaming outputs.
|
HlsMediaStoreSettings |
HlsMediaStoreSettings.withMediaStoreStorageClass(HlsMediaStoreStorageClass mediaStoreStorageClass)
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
|
HlsMediaStoreSettings |
HlsMediaStoreSettings.withMediaStoreStorageClass(String mediaStoreStorageClass)
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
|
HlsMediaStoreSettings |
HlsMediaStoreSettings.withNumRetries(Integer numRetries)
Number of retry attempts that will be made before the Live Event is put into an error state.
|
HlsMediaStoreSettings |
HlsMediaStoreSettings.withRestartDelay(Integer restartDelay)
If a streaming output fails, number of seconds to wait until a restart is initiated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HlsCdnSettings.setHlsMediaStoreSettings(HlsMediaStoreSettings hlsMediaStoreSettings) |
HlsCdnSettings |
HlsCdnSettings.withHlsMediaStoreSettings(HlsMediaStoreSettings hlsMediaStoreSettings) |
Copyright © 2024. All rights reserved.