| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
HlsInputSettings.Builder |
HlsInputSettings.Builder.bandwidth(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.Builder |
HlsInputSettings.Builder.bufferSegments(Integer bufferSegments)
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently
written segment).
|
static HlsInputSettings.Builder |
HlsInputSettings.builder() |
HlsInputSettings.Builder |
HlsInputSettings.Builder.retries(Integer retries)
The number of consecutive times that attempts to read a manifest or segment must fail before the input is
considered unavailable.
|
HlsInputSettings.Builder |
HlsInputSettings.Builder.retryInterval(Integer retryInterval)
The number of seconds between retries when an attempt to read a manifest or segment fails.
|
HlsInputSettings.Builder |
HlsInputSettings.Builder.scte35Source(HlsScte35SourceType scte35Source)
Identifies the source for the SCTE-35 messages that MediaLive will ingest.
|
HlsInputSettings.Builder |
HlsInputSettings.Builder.scte35Source(String scte35Source)
Identifies the source for the SCTE-35 messages that MediaLive will ingest.
|
HlsInputSettings.Builder |
HlsInputSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HlsInputSettings.Builder> |
HlsInputSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkInputSettings.Builder |
NetworkInputSettings.Builder.hlsInputSettings(Consumer<HlsInputSettings.Builder> hlsInputSettings)
Specifies HLS input settings when the uri is for a HLS manifest.
|
Copyright © 2022. All rights reserved.