Class: Aws::Types::RemixSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_description_audio_channel::Integer

Returns the value of attribute audio_description_audio_channel.

Returns:

  • (::Integer)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def audio_description_audio_channel
  @audio_description_audio_channel
end

#audio_description_data_channel::Integer

Returns the value of attribute audio_description_data_channel.

Returns:

  • (::Integer)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def audio_description_data_channel
  @audio_description_data_channel
end

#channel_mappingTypes::ChannelMapping

Returns the value of attribute channel_mapping.



2195
2196
2197
# File 'sig/types.rbs', line 2195

def channel_mapping
  @channel_mapping
end

#channels_in::Integer

Returns the value of attribute channels_in.

Returns:

  • (::Integer)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def channels_in
  @channels_in
end

#channels_out::Integer

Returns the value of attribute channels_out.

Returns:

  • (::Integer)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def channels_out
  @channels_out
end