<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureInput/Port/formatDescription",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureInputPort(py)formatDescription"
  },
  "title" : "formatDescription"
}
-->

# formatDescription

A description of the port format.

```
var formatDescription: CMFormatDescription? { get }
```

## Discussion

A format description object describes the format of the media the port currently provides. To observe changes to a port’s format, observe notifications of type [`formatDescriptionDidChangeNotification`](/documentation/AVFoundation/AVCaptureInput/Port/formatDescriptionDidChangeNotification).

---

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)