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::Integer

Returns the value of attribute bit_depth.

Returns:

  • (::Integer)


2711
2712
2713
# File 'sig/types.rbs', line 2711

def bit_depth
  @bit_depth
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


2712
2713
2714
# File 'sig/types.rbs', line 2712

def channels
  @channels
end

#format"RIFF", ...

Returns the value of attribute format.

Returns:

  • ("RIFF", "RF64", "EXTENSIBLE")


2713
2714
2715
# File 'sig/types.rbs', line 2713

def format
  @format
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def sample_rate
  @sample_rate
end