<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureSessionDeferredStartDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(pl)AVCaptureSessionDeferredStartDelegate"
  },
  "title" : "AVCaptureSessionDeferredStartDelegate"
}
-->

# AVCaptureSessionDeferredStartDelegate

A protocol that defines the interface to respond to events about a capture session’s deferred start.

```
protocol AVCaptureSessionDeferredStartDelegate : NSObjectProtocol
```

## Topics

### Responding to deferred start events

[`sessionDidRunDeferredStart(_:)`](/documentation/AVFoundation/AVCaptureSessionDeferredStartDelegate/sessionDidRunDeferredStart(_:))

This method gets called by the session when deferred start has finished running.

[`sessionWillRunDeferredStart(_:)`](/documentation/AVFoundation/AVCaptureSessionDeferredStartDelegate/sessionWillRunDeferredStart(_:))

This method gets called by the session when deferred start is about to run.



---

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)