Class: Aws::Types::MediaStreamSourceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encoding_name"jxsv", ...

Returns the value of attribute encoding_name.

Returns:

  • ("jxsv", "raw", "smpte291", "pcm")


1353
1354
1355
# File 'sig/types.rbs', line 1353

def encoding_name
  @encoding_name
end

#input_configurations::Array[Types::InputConfiguration]

Returns the value of attribute input_configurations.

Returns:



1354
1355
1356
# File 'sig/types.rbs', line 1354

def input_configurations
  @input_configurations
end

#media_stream_name::String

Returns the value of attribute media_stream_name.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def media_stream_name
  @media_stream_name
end