Hi sub,
A (hopefully) small request: with the changes you made to support refresh rates with this patch (http://forums.nextpvr.com/showthread.php...post418508), would it be possible to open it up to the API, so we could request NPVR to change the refresh rate, eg something like:
It's not essential, and could be done separately, but I get the feeling it may be better if NPVR is actually aware of the event, rather than the refresh rate being changed on the sly behind its back. My plan is to make refresh rate change requests just before video playback starts (and again when it ends).
Thanks
Iain
A (hopefully) small request: with the changes you made to support refresh rates with this patch (http://forums.nextpvr.com/showthread.php...post418508), would it be possible to open it up to the API, so we could request NPVR to change the refresh rate, eg something like:
Code:
PluginHelperFactory.GetPluginHelper().SetRefreshRate(int);
It's not essential, and could be done separately, but I get the feeling it may be better if NPVR is actually aware of the event, rather than the refresh rate being changed on the sly behind its back. My plan is to make refresh rate change requests just before video playback starts (and again when it ends).
Thanks
Iain