public static interface HlsInputSettings.Builder extends CopyableBuilder<HlsInputSettings.Builder,HlsInputSettings>
Modifier and Type | Method and Description |
---|---|
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 |
bufferSegments(Integer bufferSegments)
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently
written segment).
|
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 |
retryInterval(Integer retryInterval)
The number of seconds between retries when an attempt to read a manifest or segment fails.
|
copy
applyMutation, build
HlsInputSettings.Builder bandwidth(Integer bandwidth)
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.HlsInputSettings.Builder bufferSegments(Integer bufferSegments)
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.HlsInputSettings.Builder retries(Integer retries)
retries
- The number of consecutive times that attempts to read a manifest or segment must fail before the input
is considered unavailable.HlsInputSettings.Builder retryInterval(Integer retryInterval)
retryInterval
- The number of seconds between retries when an attempt to read a manifest or segment fails.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.