Class: Aws::MediaConnect::Types::MediaStreamSourceConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MediaStreamSourceConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The definition of a media stream that you want to associate with the source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encoding_name ⇒ String
The format you want to use to encode the data.
-
#input_configurations ⇒ Array<Types::InputConfigurationRequest>
The transport parameters that you want to associate with the media stream.
-
#media_stream_name ⇒ String
The name of the media stream.
Instance Attribute Details
#encoding_name ⇒ String
The format you want to use 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.
3038 3039 3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3038 class MediaStreamSourceConfigurationRequest < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#input_configurations ⇒ Array<Types::InputConfigurationRequest>
The transport parameters that you want to associate with the media stream.
3038 3039 3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3038 class MediaStreamSourceConfigurationRequest < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#media_stream_name ⇒ String
The name of the media stream.
3038 3039 3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3038 class MediaStreamSourceConfigurationRequest < Struct.new( :encoding_name, :input_configurations, :media_stream_name) SENSITIVE = [] include Aws::Structure end |