

# Framerate
<a name="structures-Framerate"></a>

Object specifying a framerate.

## Contents
<a name="structures-Framerate-contente"></a>
+ **denominator**
  + Number of seconds for the calculation of frames per second.
  + Type: Integer
  + Valid Values: `1`
  + Required: Yes
+ **numerator**
  + Number of frames for the calculation of frames per second.
  + Type: Integer
  + Valid Values: `24 | 25 | 30 | 48 | 50 | 60`
  + Required: Yes