You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackage::Types::StreamSelection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StreamSelection as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_video_bits_per_second: 1,
  min_video_bits_per_second: 1,
  stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
}

A StreamSelection configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_video_bits_per_secondInteger

The maximum video bitrate (bps) to include in output.

Returns:

  • (Integer)

    The maximum video bitrate (bps) to include in output.

#min_video_bits_per_secondInteger

The minimum video bitrate (bps) to include in output.

Returns:

  • (Integer)

    The minimum video bitrate (bps) to include in output.

#stream_orderString

A directive that determines the order of streams in the output.

Possible values:

  • ORIGINAL
  • VIDEO_BITRATE_ASCENDING
  • VIDEO_BITRATE_DESCENDING

Returns:

  • (String)

    A directive that determines the order of streams in the output.