Interface TailwindListener.FrameBufferListener
- All Known Implementing Classes:
WaveForm
- Enclosing class:
- TailwindListener
public static interface TailwindListener.FrameBufferListener
A listener that dispatches information regarding
the current buffer or frame.
- Since:
- 3.1
- Author:
- Jack Meng
-
Method Summary
-
Method Details
-
frameUpdate
void frameUpdate(byte[] samples) - Parameters:
samples
- A byte array representing the buffer at the current frame
-