Class: Aws::MediaPackageVod::Types::StreamSelection
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::StreamSelection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/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.
1594 1595 1596 1597 1598 1599 1600 |
# File '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_second ⇒ Integer
The minimum video bitrate (bps) to include in output.
1594 1595 1596 1597 1598 1599 1600 |
# File '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_order ⇒ String
A directive that determines the order of streams in the output.
1594 1595 1596 1597 1598 1599 1600 |
# File '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 |