Class: Aws::Types::AiffSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depth::Integer

Returns the value of attribute bit_depth.

Returns:

  • (::Integer)


70
71
72
# File 'sig/types.rbs', line 70

def bit_depth
  @bit_depth
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


71
72
73
# File 'sig/types.rbs', line 71

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


72
73
74
# File 'sig/types.rbs', line 72

def sample_rate
  @sample_rate
end