#include <MediaEventLooper.h>
Inherits BMediaNode.
Inherited by GameProducer.
BMediaEventLooper spawns a thread which calls WaitForMessage, pushes BMediaNode messages onto its BTimedEventQueues. informs you when it is time to handle an event. Report your event latency, push other events onto the queue and override HandleEvent to do your work.