Signature
resolveTimecodeFrameRate(frameRate: TimecodeFrameRate): numberParameters
| Name | Type | Description |
|---|---|---|
| frameRate | TimecodeFrameRate | Frame rate to normalize. |
Returns
number
Frames per second.
Resolves a frame-rate option to frames per second. This uses the same validation and normalization path as the timecode formatter/parser helpers, so invalid rates throw the same `RangeError`.
resolveTimecodeFrameRate(frameRate: TimecodeFrameRate): number| Name | Type | Description |
|---|---|---|
| frameRate | TimecodeFrameRate | Frame rate to normalize. |
Frames per second.