class Quartz::RingBuffer(T)
- Quartz::RingBuffer(T)
- Reference
- Object
Defined in:
quartz/app/ringbuffer.crConstructors
- .new(buf : Pointer(LibPortAudio::PaUtilRingBuffer), size : Int64, data_ptr : Pointer(T))
- .new(size : Int64)
Instance Method Summary
- #read(size : Int)
- #read
- #read_available
- #readall
- #size
- #write(values : Array(T))
- #write(value : T)
- #write_available
Constructor Detail
def self.new(buf : Pointer(LibPortAudio::PaUtilRingBuffer), size : Int64, data_ptr : Pointer(T))
#