---
title: isInterlaced
framework: corevideo
role: symbol
role_heading: Type Property
path: corevideo/cvtimestampflags/isinterlaced
---

# isInterlaced

A convenience constant indicating that the timestamp is for an interlaced image.

## Declaration

```swift
static var isInterlaced: CVTimeStampFlags { get }
```

## See Also

### Constants

- [bottomField](corevideo/cvtimestampflags/bottomfield.md)
- [hostTimeValid](corevideo/cvtimestampflags/hosttimevalid.md)
- [rateScalarValid](corevideo/cvtimestampflags/ratescalarvalid.md)
- [smpteTimeValid](corevideo/cvtimestampflags/smptetimevalid.md)
- [topField](corevideo/cvtimestampflags/topfield.md)
- [videoHostTimeValid](corevideo/cvtimestampflags/videohosttimevalid.md)
- [videoRefreshPeriodValid](corevideo/cvtimestampflags/videorefreshperiodvalid.md)
- [videoTimeValid](corevideo/cvtimestampflags/videotimevalid.md)
