Class: Aws::MediaConnect::Types::MediaStreamSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MediaStreamSourceConfiguration
- Defined in:
- gems/aws-sdk-mediaconnect/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 transport parameters that are associated with an incoming media stream.
-
#media_stream_name ⇒ String
The name of the media stream.
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.
3008 3009 3010 3011 3012 3013 3014 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3008 class MediaStreamSourceConfiguration < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#input_configurations ⇒ Array<Types::InputConfiguration>
The transport parameters that are associated with an incoming media stream.
3008 3009 3010 3011 3012 3013 3014 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3008 class MediaStreamSourceConfiguration < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#media_stream_name ⇒ String
The name of the media stream.
3008 3009 3010 3011 3012 3013 3014 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3008 class MediaStreamSourceConfiguration < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |