---
title: CMPackingType
framework: coremedia
role: symbol
role_heading: Enumeration
path: coremedia/cmpackingtype
---

# CMPackingType

The type of packing within each video frame, if any.

## Declaration

```swift
enum CMPackingType
```

## Overview

Overview Frame-packed video contains both the left and right eye images on a single video track. With frame-packed video, use the appropriate Frame Arrangement.

## Topics

### Frame Arrangement

- [CMPackingType.none](coremedia/cmpackingtype/none.md)
- [CMPackingType.sideBySide](coremedia/cmpackingtype/sidebyside.md)
- [CMPackingType.overUnder](coremedia/cmpackingtype/overunder.md)

### Initializers

- [init(rawValue:)](coremedia/cmpackingtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Metadata

- [CMMetadata](coremedia/cmmetadata.md)
- [CMTag](coremedia/cmtag-api.md)
- [CMTag](coremedia/cmtag-swift.class.md)
- [CMTypedTag](coremedia/cmtypedtag.md)
- [CMTagCollection](coremedia/cmtagcollection.md)
- [CMProjectionType](coremedia/cmprojectiontype.md)
- [CMStereoViewComponents](coremedia/cmstereoviewcomponents.md)
- [CMStereoViewInterpretationOptions](coremedia/cmstereoviewinterpretationoptions.md)
