<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMedia",
  "identifier" : "/documentation/CoreMedia/CMProjectionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Media"
    ],
    "preciseIdentifier" : "c:@E@CMProjectionType"
  },
  "title" : "CMProjectionType"
}
-->

# CMProjectionType

Constants describing the projection surface information in a 3D video buffer or channel.

```
enum CMProjectionType
```

## Topics

### Projection Surfaces

[`CMProjectionType.rectangular`](/documentation/CoreMedia/CMProjectionType/rectangular)

Video content displays on a flat, rectangular 2D surface.

[`CMProjectionType.equirectangular`](/documentation/CoreMedia/CMProjectionType/equirectangular)

Video content displays as a 360 degree equirectangular projection.

[`CMProjectionType.halfEquirectangular`](/documentation/CoreMedia/CMProjectionType/halfEquirectangular)

Video content displays as a 180 degree equirectangular projection.

[`CMProjectionType.fisheye`](/documentation/CoreMedia/CMProjectionType/fisheye)

Video content displays as a fisheye projection.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)