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)


2214
2215
2216
# File 'sig/types.rbs', line 2214

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)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def audio_description_data_channel
  @audio_description_data_channel
end

#channel_mappingTypes::ChannelMapping

Returns the value of attribute channel_mapping.



2216
2217
2218
# File 'sig/types.rbs', line 2216

def channel_mapping
  @channel_mapping
end

#channels_in::Integer

Returns the value of attribute channels_in.

Returns:

  • (::Integer)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def channels_in
  @channels_in
end

#channels_out::Integer

Returns the value of attribute channels_out.

Returns:

  • (::Integer)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def channels_out
  @channels_out
end