| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
HlsInputSettings |
HlsInputSettings.clone() |
HlsInputSettings |
NetworkInputSettings.getHlsInputSettings()
Specifies HLS input settings when the uri is for a HLS manifest.
|
HlsInputSettings |
HlsInputSettings.withBandwidth(Integer bandwidth)
When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen,
otherwise the highest bandwidth stream in the m3u8 will be chosen.
|
HlsInputSettings |
HlsInputSettings.withBufferSegments(Integer bufferSegments)
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written
segment).
|
HlsInputSettings |
HlsInputSettings.withRetries(Integer retries)
The number of consecutive times that attempts to read a manifest or segment must fail before the input is
considered unavailable.
|
HlsInputSettings |
HlsInputSettings.withRetryInterval(Integer retryInterval)
The number of seconds between retries when an attempt to read a manifest or segment fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInputSettings.setHlsInputSettings(HlsInputSettings hlsInputSettings)
Specifies HLS input settings when the uri is for a HLS manifest.
|
NetworkInputSettings |
NetworkInputSettings.withHlsInputSettings(HlsInputSettings hlsInputSettings)
Specifies HLS input settings when the uri is for a HLS manifest.
|
Copyright © 2021. All rights reserved.