abstract fun setFrameRate(rate: Int): Unit
Sets the target frame rate in frames per second.
rate - Int: int The target rate.
abstract fun setFrameRate(rate: Double): Unit
Sets the target frame rate in frames per second.
rate - Double: double The target rate.
abstract fun setFrameRate(rate: Int): Unit
Sets the target frame rate in frames per second.
rate - Int: int The target rate.
abstract fun setFrameRate(rate: Double): Unit
Sets the target frame rate in frames per second.
rate - Double: double The target rate.