Source set: Common
public class FrameRateCategory private constructor(internal val value: Float)
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
- Normal: Indicates a middle frame rate suitable for animations that do not require higher frame
- High: Indicates a frame rate suitable for animations that require a high frame rate.
that this component has no data for the frame rate.
rates. This is normally 60 Hz or close to it.
Members
Companion
Source set: Common
public companion object
Properties
Default
Source set: Common
public val Default: FrameRateCategory
Normal
Source set: Common
public val Normal: FrameRateCategory
High
Source set: Common
public val High: FrameRateCategory