Is it possible to change the interval of clutter_threads_add_timeout, during runtime? I'm using it in an audio application to check if a buffer is done playing so that I can un-queue it, fill with new data and re-queue.
I am going to implement functionality to let the user choose the buffer size. My clutter_threads_add_timeout function needs to be launched at an interval of less than half the size of the buffer. So I would like to modify the interval.
_______________________________________________ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http://lists.clutter-project.org/listinfo/clutter-app-devel-list