Class: Aws::MediaPackage::Types::StreamSelection
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::StreamSelection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A StreamSelection configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_video_bits_per_second ⇒ Integer
The maximum video bitrate (bps) to include in output.
-
#min_video_bits_per_second ⇒ Integer
The minimum video bitrate (bps) to include in output.
-
#stream_order ⇒ String
A directive that determines the order of streams in the output.
Instance Attribute Details
#max_video_bits_per_second ⇒ Integer
The maximum video bitrate (bps) to include in output.
2230 2231 2232 2233 2234 2235 2236 |
# File '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_second ⇒ Integer
The minimum video bitrate (bps) to include in output.
2230 2231 2232 2233 2234 2235 2236 |
# File '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_order ⇒ String
A directive that determines the order of streams in the output.
2230 2231 2232 2233 2234 2235 2236 |
# File '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 |