<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVSampleBufferAudioRenderer/Receiver/enqueueImmediately(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So27AVSampleBufferAudioRendererC12AVFoundationE8ReceiverC18enqueueImmediatelyyAE13EnqueueResultO9CoreMedia013CMReadySampleB0VySo08CMSampleB3RefaAIE14DynamicContentOGF"
  },
  "title" : "enqueueImmediately(_:)"
}
-->

# enqueueImmediately(_:)

Enqueues a sample buffer in order to render its contents, without waiting for the renderer to become ready for more media data.

```
func enqueueImmediately(_ sampleBuffer: CMReadySampleBuffer<CMSampleBuffer.DynamicContent>) -> AVSampleBufferAudioRenderer.Receiver.EnqueueResult
```

## Parameters

`sampleBuffer`

The sample buffer to enqueue.

## Return Value

The result of the enqueue operation.

---

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)