FpsUtils

object FpsUtils

Functions

Link copied to clipboard
@RequiresApi(value = 21)
fun adaptFpsRange(expectedFps: Int, fpsRanges: List<Range<Int>>): Range<Int>
fun adaptFpsRange(expectedFps: Int, fpsRanges: List<IntArray>): IntArray