Interface ARI1EventBufferType<T extends ARI1EventType>
- Type Parameters:
T- The supertype of events in the buffer
public interface ARI1EventBufferType<T extends ARI1EventType>
The type of event buffers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd an event to the buffer.voidClear the buffer.eventsTake(int frameIndex) Take all events that apply to the given frame index/time.
-
Method Details
-
eventsClear
void eventsClear()Clear the buffer. This should typically be called at the end of each processing period. -
eventAdd
-
eventsTake
-