<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 10.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoToolbox",
  "identifier" : "/documentation/VideoToolbox/kVTDecompressionPropertyKey_ReducedResolutionDecode",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Video Toolbox"
    ],
    "preciseIdentifier" : "c:@kVTDecompressionPropertyKey_ReducedResolutionDecode"
  },
  "title" : "kVTDecompressionPropertyKey_ReducedResolutionDecode"
}
-->

# kVTDecompressionPropertyKey_ReducedResolutionDecode

Request decoding at smaller resolutions than full-size (optional).

```
let kVTDecompressionPropertyKey_ReducedResolutionDecode: CFString
```

## Discussion

This is an optional property for video decoders to implement. Decoders that only support a fixed set of resolutions should pick the smallest resolution greater than or equal to the requested width and height.

## Topics

### Resolutions

[`kVTDecompressionResolutionKey_Width`](/documentation/VideoToolbox/kVTDecompressionResolutionKey_Width)

A key to specify the resolution width.

[`kVTDecompressionResolutionKey_Height`](/documentation/VideoToolbox/kVTDecompressionResolutionKey_Height)

A key to specify the resolution height.



---

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)