frameRate property

double? frameRate
getter/setter pair

The target video frame rate in frames per second (FPS).

Must be less than or equal to 120. Will default to the input frame rate if larger than the input frame rate. The API will generate an output FPS that is divisible by the input FPS, and smaller or equal to the target FPS. See Calculate frame rate for more information.

Required.

Implementation

core.double? frameRate;