public static interface HlsWebdavSettings.Builder extends SdkPojo, CopyableBuilder<HlsWebdavSettings.Builder,HlsWebdavSettings>
| Modifier and Type | Method and Description |
|---|---|
HlsWebdavSettings.Builder |
connectionRetryInterval(Integer connectionRetryInterval)
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
|
HlsWebdavSettings.Builder |
filecacheDuration(Integer filecacheDuration)
Size in seconds of file cache for streaming outputs.
|
HlsWebdavSettings.Builder |
httpTransferMode(HlsWebdavHttpTransferMode httpTransferMode)
Specify whether or not to use chunked transfer encoding to WebDAV.
|
HlsWebdavSettings.Builder |
httpTransferMode(String httpTransferMode)
Specify whether or not to use chunked transfer encoding to WebDAV.
|
HlsWebdavSettings.Builder |
numRetries(Integer numRetries)
Number of retry attempts that will be made before the Live Event is put into an error state.
|
HlsWebdavSettings.Builder |
restartDelay(Integer restartDelay)
If a streaming output fails, number of seconds to wait until a restart is initiated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHlsWebdavSettings.Builder connectionRetryInterval(Integer connectionRetryInterval)
connectionRetryInterval - Number of seconds to wait before retrying connection to the CDN if the connection is lost.HlsWebdavSettings.Builder filecacheDuration(Integer filecacheDuration)
filecacheDuration - Size in seconds of file cache for streaming outputs.HlsWebdavSettings.Builder httpTransferMode(String httpTransferMode)
httpTransferMode - Specify whether or not to use chunked transfer encoding to WebDAV.HlsWebdavHttpTransferMode,
HlsWebdavHttpTransferModeHlsWebdavSettings.Builder httpTransferMode(HlsWebdavHttpTransferMode httpTransferMode)
httpTransferMode - Specify whether or not to use chunked transfer encoding to WebDAV.HlsWebdavHttpTransferMode,
HlsWebdavHttpTransferModeHlsWebdavSettings.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.HlsWebdavSettings.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.Copyright © 2023. All rights reserved.