Class: Aws::MediaLive::Types::ReservationResourceSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ReservationResourceSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Resource configuration (codec, resolution, bitrate, …)
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_class ⇒ String
Channel class, e.g.
-
#codec ⇒ String
Codec, e.g.
-
#maximum_bitrate ⇒ String
Maximum bitrate, e.g.
-
#maximum_framerate ⇒ String
Maximum framerate, e.g.
-
#resolution ⇒ String
Resolution, e.g.
-
#resource_type ⇒ String
Resource type, ‘INPUT’, ‘OUTPUT’, ‘MULTIPLEX’, or ‘CHANNEL’.
-
#special_feature ⇒ String
Special feature, e.g.
-
#video_quality ⇒ String
Video quality, e.g.
Instance Attribute Details
#channel_class ⇒ String
Channel class, e.g. ‘STANDARD’
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#codec ⇒ String
Codec, e.g. ‘AVC’
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#maximum_bitrate ⇒ String
Maximum bitrate, e.g. ‘MAX_20_MBPS’
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#maximum_framerate ⇒ String
Maximum framerate, e.g. ‘MAX_30_FPS’ (Outputs only)
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#resolution ⇒ String
Resolution, e.g. ‘HD’
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type, ‘INPUT’, ‘OUTPUT’, ‘MULTIPLEX’, or ‘CHANNEL’
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#special_feature ⇒ String
Special feature, e.g. ‘AUDIO_NORMALIZATION’ (Channels only)
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#video_quality ⇒ String
Video quality, e.g. ‘STANDARD’ (Outputs only)
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/aws-sdk-medialive/types.rb', line 10817 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |