Class AudioScheduler.PointEvent<H>
java.lang.Object
net.paulhertz.pixelaudio.schedule.AudioScheduler.PointEvent<H>
- Enclosing class:
- AudioScheduler<H>
A one-shot event that occurs at an absolute sample index.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HThe user-defined Happening carried by this event.final longAbsolute sample index (0-based) at which the event should fire. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sampleTime
public final long sampleTimeAbsolute sample index (0-based) at which the event should fire. -
happening
The user-defined Happening carried by this event.
-
-
Constructor Details
-
PointEvent
-