---
title: frameInterval
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlasset/frameinterval
---

# frameInterval

The time interval between data samples in the asset.

## Declaration

```swift
var frameInterval: TimeInterval { get set }
```

## Discussion

Discussion If the asset does not contain timed information, this property’s value is zero. Otherwise, this property represents frame timing: For example, if an asset contains animation data to be presented at 24 frames per second, this property’s value is 0.04167 (1/24 second).

## See Also

### Working with Timed Information

- [startTime](modelio/mdlasset/starttime.md)
- [endTime](modelio/mdlasset/endtime.md)
