<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMedia",
  "identifier" : "/documentation/CoreMedia/kCMBufferQueueError_InvalidTriggerCondition",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Media"
    ],
    "preciseIdentifier" : "c:@Ea@kCMBufferQueueError_AllocationFailed@kCMBufferQueueError_InvalidTriggerCondition"
  },
  "title" : "kCMBufferQueueError_InvalidTriggerCondition"
}
-->

# kCMBufferQueueError_InvalidTriggerCondition

You specified an invalid trigger condition.

```
var kCMBufferQueueError_InvalidTriggerCondition: OSStatus { get }
```

## Discussion

Indicates that a trigger condition isn’t a value from the CMBufferQueueTriggerCondition enum, or the trigger condition isn’t supported by a buffer queue.

---

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)