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)


3612
3613
3614
# File 'sig/types.rbs', line 3612

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")


3613
3614
3615
# File 'sig/types.rbs', line 3613

def coding_mode
  @coding_mode
end

#sample_rate::Float

Returns the value of attribute sample_rate.

Returns:

  • (::Float)


3614
3615
3616
# File 'sig/types.rbs', line 3614

def sample_rate
  @sample_rate
end