Interface HlsInputSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HlsInputSettings.Builder,
,HlsInputSettings> SdkBuilder<HlsInputSettings.Builder,
,HlsInputSettings> SdkPojo
- Enclosing class:
HlsInputSettings
@Mutable
@NotThreadSafe
public static interface HlsInputSettings.Builder
extends SdkPojo, CopyableBuilder<HlsInputSettings.Builder,HlsInputSettings>
-
Method Summary
Modifier and TypeMethodDescriptionWhen 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.bufferSegments
(Integer bufferSegments) When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment).The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.retryInterval
(Integer retryInterval) The number of seconds between retries when an attempt to read a manifest or segment fails.scte35Source
(String scte35Source) Identifies the source for the SCTE-35 messages that MediaLive will ingest.scte35Source
(HlsScte35SourceType scte35Source) Identifies the source for the SCTE-35 messages that MediaLive will ingest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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. The bitrate is specified in bits per second, as in an HLS manifest.- Parameters:
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. The bitrate is specified in bits per second, as in an HLS manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bufferSegments
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.- Parameters:
bufferSegments
- When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retries
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.- Parameters:
retries
- The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retryInterval
The number of seconds between retries when an attempt to read a manifest or segment fails.- Parameters:
retryInterval
- The number of seconds between retries when an attempt to read a manifest or segment fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scte35Source
Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.- Parameters:
scte35Source
- Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scte35Source
Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.- Parameters:
scte35Source
- Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-