buildDurationFramesPerSecond method

Duration buildDurationFramesPerSecond(
  1. int framesPerSecond
)

Implementation

Duration buildDurationFramesPerSecond(int framesPerSecond) =>
  Duration(milliseconds: convertFramesPerSecondsToMilliseconds(framesPerSecond));