You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::HlsInputSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::HlsInputSettings
- Defined in:
- (unknown)
Overview
When passing HlsInputSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
bandwidth: 1,
buffer_segments: 1,
retries: 1,
retry_interval: 1,
}
Hls Input Settings
Returned by:
Instance Attribute Summary collapse
-
#bandwidth ⇒ Integer
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.
-
#buffer_segments ⇒ Integer
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment).
-
#retries ⇒ Integer
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
-
#retry_interval ⇒ Integer
The number of seconds between retries when an attempt to read a manifest or segment fails.
Instance Attribute Details
#bandwidth ⇒ Integer
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.
#buffer_segments ⇒ Integer
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.
#retries ⇒ Integer
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
#retry_interval ⇒ Integer
The number of seconds between retries when an attempt to read a manifest or segment fails.