Class: Aws::MediaConnect::Types::MediaStreamSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MediaStreamSourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The media stream that is associated with the source, and the parameters for that association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encoding_name ⇒ String
The format that was used to encode the data.
-
#input_configurations ⇒ Array<Types::InputConfiguration>
The media streams that you want to associate with the source.
-
#media_stream_name ⇒ String
A name that helps you distinguish one media stream from another.
Instance Attribute Details
#encoding_name ⇒ String
The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
4699 4700 4701 4702 4703 4704 4705 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4699 class MediaStreamSourceConfiguration < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#input_configurations ⇒ Array<Types::InputConfiguration>
The media streams that you want to associate with the source.
4699 4700 4701 4702 4703 4704 4705 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4699 class MediaStreamSourceConfiguration < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#media_stream_name ⇒ String
A name that helps you distinguish one media stream from another.
4699 4700 4701 4702 4703 4704 4705 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4699 class MediaStreamSourceConfiguration < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |