Class: Aws::MediaPackageVod::Types::StreamSelection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/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)


1594
1595
1596
1597
1598
1599
1600
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1594

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)


1594
1595
1596
1597
1598
1599
1600
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1594

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)


1594
1595
1596
1597
1598
1599
1600
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1594

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