<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVCaptureEventSound",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureEventSound"
  },
  "title" : "AVCaptureEventSound"
}
-->

# AVCaptureEventSound

A sound object for a capture event.

```
class AVCaptureEventSound
```

## Overview> Important: To use AirPods Camera Control, it must be available in your country or region. AirPods Camera Control is not currently available in the European Union.

## Topics

### Creating a sound

[`init(url: URL) throws`](/documentation/AVKit/AVCaptureEventSound/init(url:)-2a6o4)

Creates a sound object for a capture event.

### Accessing default sounds

[`class var cameraShutter: AVCaptureEventSound`](/documentation/AVKit/AVCaptureEventSound/cameraShutter)

The default sound for photo capture.

[`class var beginVideoRecording: AVCaptureEventSound`](/documentation/AVKit/AVCaptureEventSound/beginVideoRecording)

The default sound for starting a video recording.

[`class var endVideoRecording: AVCaptureEventSound`](/documentation/AVKit/AVCaptureEventSound/endVideoRecording)

The default sound for ending a video recording.

### Initializers

[`init(URL: URL) throws`](/documentation/AVKit/AVCaptureEventSound/init(URL:)-3e9o9)

## Relationships

### Conforms To

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

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

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)