When we enable the Optimized Frame Pacing feature from player settings there is a fps drop time to time. So I logged in and it seems the collecting stats of this feature is dropping fps. So I would like to
Adjust the optimized frame pacing details like I can do it in native sdk.If there is any way I can do without update, for example writing java library I would.
swappyAutoSwapInterval(false);
swappyAutoPipelineMode(false);
swappyEnableStats(false);
swappySwapIntervalNS(1000000000L/yourPreferredFrameRateInHz);