Class: Aws::Types::WavSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depth::Float

Returns the value of attribute bit_depth.

Returns:

  • (::Float)


3617
3618
3619
# File 'sig/types.rbs', line 3617

def bit_depth
  @bit_depth
end

#coding_mode"CODING_MODE_1_0", ...

Returns the value of attribute coding_mode.

Returns:

  • ("CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0")


3618
3619
3620
# File 'sig/types.rbs', line 3618

def coding_mode
  @coding_mode
end

#sample_rate::Float

Returns the value of attribute sample_rate.

Returns:

  • (::Float)


3619
3620
3621
# File 'sig/types.rbs', line 3619

def sample_rate
  @sample_rate
end