Class: Deftones::IO::Buffer::Statistics

Inherits:
Struct
  • Object
show all
Defined in:
lib/deftones/io/buffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clip_countObject

Returns the value of attribute clip_count

Returns:

  • (Object)

    the current value of clip_count



20
21
22
# File 'lib/deftones/io/buffer.rb', line 20

def clip_count
  @clip_count
end

#peakObject

Returns the value of attribute peak

Returns:

  • (Object)

    the current value of peak



20
21
22
# File 'lib/deftones/io/buffer.rb', line 20

def peak
  @peak
end

#rmsObject

Returns the value of attribute rms

Returns:

  • (Object)

    the current value of rms



20
21
22
# File 'lib/deftones/io/buffer.rb', line 20

def rms
  @rms
end