Forum Discussion
tim_beynart
8 years agoChannel Surfer
You can use a task, I have written a couple analytics libraries that do exactly what you describe.
A task runs it it's own thread, and you can have a timer running within it or simply have it record stuff with each playhead update. Your task can observe field changes on the player.
Shameless brag: I wrote up a tutorial on SceneGraph that might help you get familiar with tasks and stuff: https://github.com/learnroku/crash-course
A task runs it it's own thread, and you can have a timer running within it or simply have it record stuff with each playhead update. Your task can observe field changes on the player.
Shameless brag: I wrote up a tutorial on SceneGraph that might help you get familiar with tasks and stuff: https://github.com/learnroku/crash-course