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)


3609
3610
3611
# File 'sig/types.rbs', line 3609

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


3610
3611
3612
# File 'sig/types.rbs', line 3610

def coding_mode
  @coding_mode
end

#sample_rate::Float

Returns the value of attribute sample_rate.

Returns:

  • (::Float)


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

def sample_rate
  @sample_rate
end