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 HlsAkamaiSettings = HlsAkamaiSettings' {}
- newHlsAkamaiSettings :: HlsAkamaiSettings
- hlsAkamaiSettings_connectionRetryInterval :: Lens' HlsAkamaiSettings (Maybe Natural)
- hlsAkamaiSettings_filecacheDuration :: Lens' HlsAkamaiSettings (Maybe Natural)
- hlsAkamaiSettings_httpTransferMode :: Lens' HlsAkamaiSettings (Maybe HlsAkamaiHttpTransferMode)
- hlsAkamaiSettings_numRetries :: Lens' HlsAkamaiSettings (Maybe Natural)
- hlsAkamaiSettings_restartDelay :: Lens' HlsAkamaiSettings (Maybe Natural)
- hlsAkamaiSettings_salt :: Lens' HlsAkamaiSettings (Maybe Text)
- hlsAkamaiSettings_token :: Lens' HlsAkamaiSettings (Maybe Text)
Documentation
data HlsAkamaiSettings Source #
Hls Akamai Settings
See: newHlsAkamaiSettings
smart constructor.
HlsAkamaiSettings' | |
|
Instances
newHlsAkamaiSettings :: HlsAkamaiSettings Source #
Create a value of HlsAkamaiSettings
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:HlsAkamaiSettings'
, hlsAkamaiSettings_connectionRetryInterval
- Number of seconds to wait before retrying connection to the CDN if the
connection is lost.
$sel:filecacheDuration:HlsAkamaiSettings'
, hlsAkamaiSettings_filecacheDuration
- Size in seconds of file cache for streaming outputs.
$sel:httpTransferMode:HlsAkamaiSettings'
, hlsAkamaiSettings_httpTransferMode
- Specify whether or not to use chunked transfer encoding to Akamai. User
should contact Akamai to enable this feature.
$sel:numRetries:HlsAkamaiSettings'
, hlsAkamaiSettings_numRetries
- Number of retry attempts that will be made before the Live Event is put
into an error state.
$sel:restartDelay:HlsAkamaiSettings'
, hlsAkamaiSettings_restartDelay
- If a streaming output fails, number of seconds to wait until a restart
is initiated. A value of 0 means never restart.
$sel:salt:HlsAkamaiSettings'
, hlsAkamaiSettings_salt
- Salt for authenticated Akamai.
$sel:token:HlsAkamaiSettings'
, hlsAkamaiSettings_token
- Token parameter for authenticated akamai. If not specified, _gda_ is
used.
hlsAkamaiSettings_connectionRetryInterval :: Lens' HlsAkamaiSettings (Maybe Natural) Source #
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
hlsAkamaiSettings_filecacheDuration :: Lens' HlsAkamaiSettings (Maybe Natural) Source #
Size in seconds of file cache for streaming outputs.
hlsAkamaiSettings_httpTransferMode :: Lens' HlsAkamaiSettings (Maybe HlsAkamaiHttpTransferMode) Source #
Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
hlsAkamaiSettings_numRetries :: Lens' HlsAkamaiSettings (Maybe Natural) Source #
Number of retry attempts that will be made before the Live Event is put into an error state.
hlsAkamaiSettings_restartDelay :: Lens' HlsAkamaiSettings (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.
hlsAkamaiSettings_salt :: Lens' HlsAkamaiSettings (Maybe Text) Source #
Salt for authenticated Akamai.
hlsAkamaiSettings_token :: Lens' HlsAkamaiSettings (Maybe Text) Source #
Token parameter for authenticated akamai. If not specified, _gda_ is used.