Class: Aws::MediaConnect::Types::MediaStreamSourceConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

The media stream that you want to associate with the source, and the parameters for that association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encoding_nameString

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.



4728
4729
4730
4731
4732
4733
4734
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4728

class MediaStreamSourceConfigurationRequest < Struct.new(
  :encoding_name,
  :input_configurations,
  :media_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#input_configurationsArray<Types::InputConfigurationRequest>

The media streams that you want to associate with the source.



4728
4729
4730
4731
4732
4733
4734
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4728

class MediaStreamSourceConfigurationRequest < Struct.new(
  :encoding_name,
  :input_configurations,
  :media_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_nameString

The name of the media stream.



4728
4729
4730
4731
4732
4733
4734
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4728

class MediaStreamSourceConfigurationRequest < Struct.new(
  :encoding_name,
  :input_configurations,
  :media_stream_name)
  SENSITIVE = []
  include Aws::Structure
end