Class: Aws::MediaConnect::Types::MediaStreamSourceConfiguration

Inherits:
Struct
  • Object
show all
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

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.

Returns:

  • (String)


3241
3242
3243
3244
3245
3246
3247
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3241

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

#input_configurationsArray<Types::InputConfiguration>

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

Returns:



3241
3242
3243
3244
3245
3246
3247
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3241

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

#media_stream_nameString

A name that helps you distinguish one media stream from another.

Returns:

  • (String)


3241
3242
3243
3244
3245
3246
3247
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3241

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