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 HlsBasicPutSettings = HlsBasicPutSettings' {}
- newHlsBasicPutSettings :: HlsBasicPutSettings
- hlsBasicPutSettings_connectionRetryInterval :: Lens' HlsBasicPutSettings (Maybe Natural)
- hlsBasicPutSettings_filecacheDuration :: Lens' HlsBasicPutSettings (Maybe Natural)
- hlsBasicPutSettings_numRetries :: Lens' HlsBasicPutSettings (Maybe Natural)
- hlsBasicPutSettings_restartDelay :: Lens' HlsBasicPutSettings (Maybe Natural)
Documentation
data HlsBasicPutSettings Source #
Hls Basic Put Settings
See: newHlsBasicPutSettings
smart constructor.
HlsBasicPutSettings' | |
|
Instances
newHlsBasicPutSettings :: HlsBasicPutSettings Source #
Create a value of HlsBasicPutSettings
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:HlsBasicPutSettings'
, hlsBasicPutSettings_connectionRetryInterval
- Number of seconds to wait before retrying connection to the CDN if the
connection is lost.
$sel:filecacheDuration:HlsBasicPutSettings'
, hlsBasicPutSettings_filecacheDuration
- Size in seconds of file cache for streaming outputs.
$sel:numRetries:HlsBasicPutSettings'
, hlsBasicPutSettings_numRetries
- Number of retry attempts that will be made before the Live Event is put
into an error state.
$sel:restartDelay:HlsBasicPutSettings'
, hlsBasicPutSettings_restartDelay
- If a streaming output fails, number of seconds to wait until a restart
is initiated. A value of 0 means never restart.
hlsBasicPutSettings_connectionRetryInterval :: Lens' HlsBasicPutSettings (Maybe Natural) Source #
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
hlsBasicPutSettings_filecacheDuration :: Lens' HlsBasicPutSettings (Maybe Natural) Source #
Size in seconds of file cache for streaming outputs.
hlsBasicPutSettings_numRetries :: Lens' HlsBasicPutSettings (Maybe Natural) Source #
Number of retry attempts that will be made before the Live Event is put into an error state.
hlsBasicPutSettings_restartDelay :: Lens' HlsBasicPutSettings (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.