DiveCoreFPS class
The various different frame rates (FPS).
Constructors
- DiveCoreFPS(double frameRate, int numerator, int denominator)
-
const
- DiveCoreFPS.values(int numerator, int denominator)
-
factory
Properties
- denominator → int
-
final
- frameRate → double
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- numerator → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
indexOf(
DiveCoreFPS input) → int -
Find the index of
input
in all of the items in DiveCoreFPS.
Constants
-
all
→ const List<
DiveCoreFPS> -
A list of all of the predefined items in
DiveCoreFPS
.[fps59_94, fps29_97]
- fps29_97 → const DiveCoreFPS
-
Frame Rate 29.97 FPS.
DiveCoreFPS(29.97, 30000, 1001)
- fps59_94 → const DiveCoreFPS
-
Frame Rate 59.94 FPS.
DiveCoreFPS(59.94, 60000, 1001)