Hi,
I know that for a plugin you create a message receiver (xxx_ProcessEvent). You also add logic to respond to certain events.
I wondered if all events go through this or only those you write code to specify? e.g. If I need to react to the roVideoEvent can I just look for this event type? or do I need to find the video player object and tell it to send it's events to the processevent function of my plugin?
For reference I need to output via UDP to a 3rd party application whenever the video changes. It's some eye tracking system and they need to know which video is playing in realtime. And no it's not Quividi so nothing exists to do this at the moment.