class Aws::MediaPackageVod::Types::StreamSelection

A StreamSelection configuration.

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

data as a hash:

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

@!attribute [rw] max_video_bits_per_second

The maximum video bitrate (bps) to include in output.
@return [Integer]

@!attribute [rw] min_video_bits_per_second

The minimum video bitrate (bps) to include in output.
@return [Integer]

@!attribute [rw] stream_order

A directive that determines the order of streams in the output.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/StreamSelection AWS API Documentation

Constants

SENSITIVE