So I have an application where I'd like to have the screen saver fire up while a video is playing.
I've read of the "EnableScreenSaverWhilePlaying(true)" and I've tried to implement it different spots within the multi-live-channel example, but I can't seem to define it properly to be in effect while the video source is playing.
There is not any usage of this function floating about in examples I've tried combing through, I just see it referenced in the docs.
Can someone try and explain where/how I'd want to properly invoke this particular function?