Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data HlsWebdavSettings = HlsWebdavSettings' {}
- newHlsWebdavSettings :: HlsWebdavSettings
- hlsWebdavSettings_connectionRetryInterval :: Lens' HlsWebdavSettings (Maybe Natural)
- hlsWebdavSettings_filecacheDuration :: Lens' HlsWebdavSettings (Maybe Natural)
- hlsWebdavSettings_httpTransferMode :: Lens' HlsWebdavSettings (Maybe HlsWebdavHttpTransferMode)
- hlsWebdavSettings_numRetries :: Lens' HlsWebdavSettings (Maybe Natural)
- hlsWebdavSettings_restartDelay :: Lens' HlsWebdavSettings (Maybe Natural)
Documentation
data HlsWebdavSettings Source #
Hls Webdav Settings
See: newHlsWebdavSettings
smart constructor.
HlsWebdavSettings' | |
|
Instances
newHlsWebdavSettings :: HlsWebdavSettings Source #
Create a value of HlsWebdavSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionRetryInterval:HlsWebdavSettings'
, hlsWebdavSettings_connectionRetryInterval
- Number of seconds to wait before retrying connection to the CDN if the
connection is lost.
$sel:filecacheDuration:HlsWebdavSettings'
, hlsWebdavSettings_filecacheDuration
- Size in seconds of file cache for streaming outputs.
$sel:httpTransferMode:HlsWebdavSettings'
, hlsWebdavSettings_httpTransferMode
- Specify whether or not to use chunked transfer encoding to WebDAV.
$sel:numRetries:HlsWebdavSettings'
, hlsWebdavSettings_numRetries
- Number of retry attempts that will be made before the Live Event is put
into an error state.
$sel:restartDelay:HlsWebdavSettings'
, hlsWebdavSettings_restartDelay
- If a streaming output fails, number of seconds to wait until a restart
is initiated. A value of 0 means never restart.
hlsWebdavSettings_connectionRetryInterval :: Lens' HlsWebdavSettings (Maybe Natural) Source #
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
hlsWebdavSettings_filecacheDuration :: Lens' HlsWebdavSettings (Maybe Natural) Source #
Size in seconds of file cache for streaming outputs.
hlsWebdavSettings_httpTransferMode :: Lens' HlsWebdavSettings (Maybe HlsWebdavHttpTransferMode) Source #
Specify whether or not to use chunked transfer encoding to WebDAV.
hlsWebdavSettings_numRetries :: Lens' HlsWebdavSettings (Maybe Natural) Source #
Number of retry attempts that will be made before the Live Event is put into an error state.
hlsWebdavSettings_restartDelay :: Lens' HlsWebdavSettings (Maybe Natural) Source #
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.