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

#channel_mappings::Array[Types::AudioChannelMapping]

Returns the value of attribute channel_mappings.

Returns:



2749
2750
2751
# File 'sig/types.rbs', line 2749

def channel_mappings
  @channel_mappings
end

#channels_in::Integer

Returns the value of attribute channels_in.

Returns:

  • (::Integer)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def channels_in
  @channels_in
end

#channels_out::Integer

Returns the value of attribute channels_out.

Returns:

  • (::Integer)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def channels_out
  @channels_out
end