Class: Aws::MediaConnect::Types::AddMediaStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddMediaStreamRequest
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The media stream that you want to add to the flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::MediaStreamAttributesRequest
The attributes that you want to assign to the new media stream.
-
#clock_rate ⇒ Integer
The sample rate (in Hz) for the stream.
-
#description ⇒ String
A description that can help you quickly identify what your media stream is used for.
-
#media_stream_id ⇒ Integer
A unique identifier for the media stream.
-
#media_stream_name ⇒ String
A name that helps you distinguish one media stream from another.
-
#media_stream_type ⇒ String
The type of media stream.
-
#video_format ⇒ String
The resolution of the video.
Instance Attribute Details
#attributes ⇒ Types::MediaStreamAttributesRequest
The attributes that you want to assign to the new media stream.
476 477 478 479 480 481 482 483 484 485 486 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 476 class AddMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :media_stream_id, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |
#clock_rate ⇒ Integer
The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.
476 477 478 479 480 481 482 483 484 485 486 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 476 class AddMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :media_stream_id, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description that can help you quickly identify what your media stream is used for.
476 477 478 479 480 481 482 483 484 485 486 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 476 class AddMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :media_stream_id, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |
#media_stream_id ⇒ Integer
A unique identifier for the media stream.
476 477 478 479 480 481 482 483 484 485 486 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 476 class AddMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :media_stream_id, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |
#media_stream_name ⇒ String
A name that helps you distinguish one media stream from another.
476 477 478 479 480 481 482 483 484 485 486 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 476 class AddMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :media_stream_id, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |
#media_stream_type ⇒ String
The type of media stream.
476 477 478 479 480 481 482 483 484 485 486 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 476 class AddMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :media_stream_id, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |
#video_format ⇒ String
The resolution of the video.
476 477 478 479 480 481 482 483 484 485 486 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 476 class AddMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :media_stream_id, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |