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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

A StreamSelection configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_video_bits_per_secondInteger

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

Returns:

  • (Integer)


2230
2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2230

class StreamSelection < Struct.new(
  :max_video_bits_per_second,
  :min_video_bits_per_second,
  :stream_order)
  SENSITIVE = []
  include Aws::Structure
end

#min_video_bits_per_secondInteger

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

Returns:

  • (Integer)


2230
2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2230

class StreamSelection < Struct.new(
  :max_video_bits_per_second,
  :min_video_bits_per_second,
  :stream_order)
  SENSITIVE = []
  include Aws::Structure
end

#stream_orderString

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

Returns:

  • (String)


2230
2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2230

class StreamSelection < Struct.new(
  :max_video_bits_per_second,
  :min_video_bits_per_second,
  :stream_order)
  SENSITIVE = []
  include Aws::Structure
end