FrameRateCategory


A type-safe representation of a frame rate category for a display or application.

  • Default: Default value. This value can also be set to return to default behavior, indicating that this component has no data for the frame rate.

  • Normal: Indicates a middle frame rate suitable for animations that do not require higher frame rates. This is normally 60 Hz or close to it.

  • High: Indicates a frame rate suitable for animations that require a high frame rate.

Summary

Public companion properties

FrameRateCategory
Cmn
FrameRateCategory
Cmn
FrameRateCategory
Cmn

Public functions

open String
Cmn

Public companion properties

Default

val Default: FrameRateCategory

High

val High: FrameRateCategory

Normal

val Normal: FrameRateCategory

Public functions

toString

open fun toString(): String