- Enclosing class:
- AudioScheduler<H>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
void
Called when a point event occurs within the current audio block.
-
Method Details
-
onPoint
void onPoint(H happening,
int offsetInBlock)
Called when a point event occurs within the current audio block.
- Parameters:
happening - the event's Happening
offsetInBlock - sample offset in [0, blockSize)