<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerViewTrimResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerViewTrimResult"
  },
  "title" : "AVPlayerViewTrimResult"
}
-->

# AVPlayerViewTrimResult

Constants that specify an action a user takes when trimming media in a player view.

```
enum AVPlayerViewTrimResult
```

## Topics

### Creating a trim result

[`init(rawValue:)`](/documentation/AVKit/AVPlayerViewTrimResult/init(rawValue:))

### Trim Results

[`AVPlayerViewTrimOKButton`](/documentation/AVKit/AVPlayerViewTrimResult/okButton)

The user clicked the Trim button.

[`AVPlayerViewTrimCancelButton`](/documentation/AVKit/AVPlayerViewTrimResult/cancelButton)

The user clicked the Cancel button.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

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)