<!--
{
  "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" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVMediaCharacteristic/tactileMinimal",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@AVMediaCharacteristicTactileMinimal"
  },
  "title" : "tactileMinimal"
}
-->

# tactileMinimal

A media characteristic that indicates that a track or media selection option includes haptic content.

```
static let tactileMinimal: AVMediaCharacteristic
```

## Discussion

The value of this characteristic is `public.haptics.minimal`. Query the [`hasMediaCharacteristic(_:)`](/documentation/AVFoundation/AVAssetTrack/hasMediaCharacteristic(_:)) method of [`AVAssetTrack`](/documentation/AVFoundation/AVAssetTrack) or the [`hasMediaCharacteristic(_:)`](/documentation/AVFoundation/AVMediaSelectionOption/hasMediaCharacteristic(_:)) of [`AVMediaSelectionOption`](/documentation/AVFoundation/AVMediaSelectionOption) to determine whether the media contains this characteristic.

> Note:
> A QuickTime movie or MPEG-4 file track contains this characteristic only when the author explicitly tags it that way.

---

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)