Interface AudioScheduler.PointHandler<H>
- 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.
Handler for point events delivered during block processing.
-
Method Summary
-
Method Details
-
onPoint
Called when a point event occurs within the current audio block.- Parameters:
happening- the event's HappeningoffsetInBlock- sample offset in [0, blockSize)
-