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:



2753
2754
2755
# File 'sig/types.rbs', line 2753

def channel_mappings
  @channel_mappings
end

#channels_in::Integer

Returns the value of attribute channels_in.

Returns:

  • (::Integer)


2754
2755
2756
# File 'sig/types.rbs', line 2754

def channels_in
  @channels_in
end

#channels_out::Integer

Returns the value of attribute channels_out.

Returns:

  • (::Integer)


2755
2756
2757
# File 'sig/types.rbs', line 2755

def channels_out
  @channels_out
end