ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings

data class ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsWebdavSettings(val connectionRetryInterval: Int? = null, val filecacheDuration: Int? = null, val httpTransferMode: String? = null, val numRetries: Int? = null, val restartDelay: Int? = null)

Constructors

constructor(connectionRetryInterval: Int? = null, filecacheDuration: Int? = null, httpTransferMode: String? = null, numRetries: Int? = null, restartDelay: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of seconds to wait before retrying connection to the flash media server if the connection is lost.

Link copied to clipboard
val filecacheDuration: Int? = null
Link copied to clipboard
Link copied to clipboard
val numRetries: Int? = null

Number of retry attempts.

Link copied to clipboard
val restartDelay: Int? = null

Number of seconds to wait until a restart is initiated.