hi,
I have currently one thing to solve and I couldn't figure out a solution by myself or by searching.
I'm using a simple setup that is supposed play animations from a given list the enduser configures in random order and at random time, also the enduser is supposed to trigger and add animations at will.
This makes it somewhat difficult for any callbacks, and I don't see that as an option for me.
The only issue there is, is that the queue might grow indefinitely.
How can I ask for the current count of the queue. It know it would be a cheap, but the most simple solution to simply skip/refuse adding animations if the queue reached a specific count.