# Sandbox.MovieMaker.MovieTime.SupportedFrameRates

```csharp
static IReadOnlyList<int> SupportedFrameRates { get; set; }
```

Frame rates `<= 120` that can be perfectly represented by [Sandbox.MovieMaker.MovieTime.TickRate](/api/Sandbox.MovieMaker.MovieTime/TickRate), in ascending order.
Venturing outside these rates will lead to some frames being slightly different durations than others.

Declared in [Sandbox.MovieMaker.MovieTime](/api/Sandbox.MovieMaker.MovieTime).
Assembly: `Sandbox.Engine`.
