---
title: CMProjectionType.equirectangular
framework: coremedia
role: symbol
role_heading: Case
path: coremedia/cmprojectiontype/equirectangular
---

# CMProjectionType.equirectangular

Video content displays as a 360 degree equirectangular projection.

## Declaration

```swift
case equirectangular
```

## Discussion

Discussion The video frames map onto the interior of a 3D sphere projection.

## See Also

### Projection Surfaces

- [CMProjectionType.rectangular](coremedia/cmprojectiontype/rectangular.md)
- [CMProjectionType.halfEquirectangular](coremedia/cmprojectiontype/halfequirectangular.md)
- [CMProjectionType.fisheye](coremedia/cmprojectiontype/fisheye.md)
