Class: Aws::IVSRealTime::Types::EncoderConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::EncoderConfiguration
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Settings for transcoding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the EncoderConfiguration resource.
-
#name ⇒ String
Optional name to identify the resource.
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
-
#video ⇒ Types::Video
Video configuration.
Instance Attribute Details
#arn ⇒ String
ARN of the EncoderConfiguration resource.
730 731 732 733 734 735 736 737 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 730 class EncoderConfiguration < Struct.new( :arn, :name, :video, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Optional name to identify the resource.
730 731 732 733 734 735 736 737 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 730 class EncoderConfiguration < Struct.new( :arn, :name, :video, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags attached to the resource. Array of maps, each of the form
string:string (key:value)
. See Best practices and strategies
in Tagging AWS Resources and Tag Editor for details, including
restrictions that apply to tags and "Tag naming limits and
requirements"; Amazon IVS has no constraints on tags beyond what is
documented there.
730 731 732 733 734 735 736 737 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 730 class EncoderConfiguration < Struct.new( :arn, :name, :video, :tags) SENSITIVE = [] include Aws::Structure end |
#video ⇒ Types::Video
Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps
730 731 732 733 734 735 736 737 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 730 class EncoderConfiguration < Struct.new( :arn, :name, :video, :tags) SENSITIVE = [] include Aws::Structure end |