Class: Deftones::IO::Buffer::Statistics
- Inherits:
-
Struct
- Object
- Struct
- Deftones::IO::Buffer::Statistics
- Defined in:
- lib/deftones/io/buffer.rb
Instance Attribute Summary collapse
-
#clip_count ⇒ Object
Returns the value of attribute clip_count.
-
#peak ⇒ Object
Returns the value of attribute peak.
-
#rms ⇒ Object
Returns the value of attribute rms.
Instance Attribute Details
#clip_count ⇒ Object
Returns the value of attribute clip_count
20 21 22 |
# File 'lib/deftones/io/buffer.rb', line 20 def clip_count @clip_count end |
#peak ⇒ Object
Returns the value of attribute peak
20 21 22 |
# File 'lib/deftones/io/buffer.rb', line 20 def peak @peak end |
#rms ⇒ Object
Returns the value of attribute rms
20 21 22 |
# File 'lib/deftones/io/buffer.rb', line 20 def rms @rms end |