Class: Wavify::Core::SampleBuffer::StorageState
- Inherits:
-
Struct
- Object
- Struct
- Wavify::Core::SampleBuffer::StorageState
- Defined in:
- lib/wavify/core/sample_buffer.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#packed_samples ⇒ Object
Returns the value of attribute packed_samples.
-
#samples ⇒ Object
Returns the value of attribute samples.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#packed_samples ⇒ Object
Returns the value of attribute packed_samples
199 200 201 |
# File 'lib/wavify/core/sample_buffer.rb', line 199 def packed_samples @packed_samples end |
#samples ⇒ Object
Returns the value of attribute samples
199 200 201 |
# File 'lib/wavify/core/sample_buffer.rb', line 199 def samples @samples end |
#type ⇒ Object
Returns the value of attribute type
199 200 201 |
# File 'lib/wavify/core/sample_buffer.rb', line 199 def type @type end |