Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::MediaLive::Types::ReservationResourceSpecification

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

Overview

Resource configuration (codec, resolution, bitrate, ...)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_classString

Channel class, e.g. 'STANDARD'

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#codecString

Codec, e.g. 'AVC'

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_bitrateString

Maximum bitrate, e.g. 'MAX_20_MBPS'

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_framerateString

Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only)

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#resolutionString

Resolution, e.g. 'HD'

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#special_featureString

Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only)

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#video_qualityString

Video quality, e.g. 'STANDARD' (Outputs only)

Returns:

  • (String)

10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10826

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end