<!--
{
  "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 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoToolbox",
  "identifier" : "/documentation/VideoToolbox/VTIsStereoMVHEVCEncodeSupported()",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Video Toolbox"
    ],
    "preciseIdentifier" : "c:@F@VTIsStereoMVHEVCEncodeSupported"
  },
  "title" : "VTIsStereoMVHEVCEncodeSupported()"
}
-->

# VTIsStereoMVHEVCEncodeSupported()

Returns a Boolean value that indicates whether the system supports MV-HEVC encoding.

```
func VTIsStereoMVHEVCEncodeSupported() -> Bool
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the system supports MV-HEVC encoding; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## Discussion

A return value of <doc://com.apple.documentation/documentation/Swift/true> doesn’t guarantee that encoding resources are available at all times.

---

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)