public static interface HlsAkamaiSettings.Builder extends SdkPojo, CopyableBuilder<HlsAkamaiSettings.Builder,HlsAkamaiSettings>
| Modifier and Type | Method and Description |
|---|---|
HlsAkamaiSettings.Builder |
connectionRetryInterval(Integer connectionRetryInterval)
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
|
HlsAkamaiSettings.Builder |
filecacheDuration(Integer filecacheDuration)
Size in seconds of file cache for streaming outputs.
|
HlsAkamaiSettings.Builder |
httpTransferMode(HlsAkamaiHttpTransferMode httpTransferMode)
Specify whether or not to use chunked transfer encoding to Akamai.
|
HlsAkamaiSettings.Builder |
httpTransferMode(String httpTransferMode)
Specify whether or not to use chunked transfer encoding to Akamai.
|
HlsAkamaiSettings.Builder |
numRetries(Integer numRetries)
Number of retry attempts that will be made before the Live Event is put into an error state.
|
HlsAkamaiSettings.Builder |
restartDelay(Integer restartDelay)
If a streaming output fails, number of seconds to wait until a restart is initiated.
|
HlsAkamaiSettings.Builder |
salt(String salt)
Salt for authenticated Akamai.
|
HlsAkamaiSettings.Builder |
token(String token)
Token parameter for authenticated akamai.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHlsAkamaiSettings.Builder connectionRetryInterval(Integer connectionRetryInterval)
connectionRetryInterval - Number of seconds to wait before retrying connection to the CDN if the connection is lost.HlsAkamaiSettings.Builder filecacheDuration(Integer filecacheDuration)
filecacheDuration - Size in seconds of file cache for streaming outputs.HlsAkamaiSettings.Builder httpTransferMode(String httpTransferMode)
httpTransferMode - Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to
enable this feature.HlsAkamaiHttpTransferMode,
HlsAkamaiHttpTransferModeHlsAkamaiSettings.Builder httpTransferMode(HlsAkamaiHttpTransferMode httpTransferMode)
httpTransferMode - Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to
enable this feature.HlsAkamaiHttpTransferMode,
HlsAkamaiHttpTransferModeHlsAkamaiSettings.Builder numRetries(Integer numRetries)
numRetries - Number of retry attempts that will be made before the Live Event is put into an error state. Applies
only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always
3.HlsAkamaiSettings.Builder restartDelay(Integer restartDelay)
restartDelay - If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0
means never restart.HlsAkamaiSettings.Builder salt(String salt)
salt - Salt for authenticated Akamai.HlsAkamaiSettings.Builder token(String token)
token - Token parameter for authenticated akamai. If not specified, _gda_ is used.Copyright © 2023. All rights reserved.