class Aws::MediaTailor::Types::DashPlaylistSettings

Dash manifest configuration parameters.

@note When making an API call, you may pass DashPlaylistSettings

data as a hash:

    {
      manifest_window_seconds: 1,
      min_buffer_time_seconds: 1,
      min_update_period_seconds: 1,
      suggested_presentation_delay_seconds: 1,
    }

@!attribute [rw] manifest_window_seconds

The total duration (in seconds) of each manifest. Minimum value: 30
seconds. Maximum value: 3600 seconds.
@return [Integer]

@!attribute [rw] min_buffer_time_seconds

Minimum amount of content (measured in seconds) that a player must
keep available in the buffer. Minimum value: 2 seconds. Maximum
value: 60 seconds.
@return [Integer]

@!attribute [rw] min_update_period_seconds

Minimum amount of time (in seconds) that the player should wait
before requesting updates to the manifest. Minimum value: 2 seconds.
Maximum value: 60 seconds.
@return [Integer]

@!attribute [rw] suggested_presentation_delay_seconds

Amount of time (in seconds) that the player should be from the live
point at the end of the manifest. Minimum value: 2 seconds. Maximum
value: 60 seconds.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DashPlaylistSettings AWS API Documentation

Constants

SENSITIVE