---
title: AudioPlaybackIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/audioplaybackintent
---

# AudioPlaybackIntent

An App Intent that plays, pauses, or otherwise modifies audio playback state when it executes.

## Declaration

```swift
protocol AudioPlaybackIntent : SystemIntent
```

## Overview

Overview Adopt this protocol to indicate to the system that your App Intent plays audio. The system can then avoid dialogue or other experiences that might interrupt that audio.

## Relationships

### Inherits From

- [AppIntent](appintents/appintent.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SystemIntent](appintents/systemintent.md)

## See Also

### Media actions

- [AudioRecordingIntent](appintents/audiorecordingintent.md)
- [CameraCaptureIntent](appintents/cameracaptureintent.md)
- [PlayVideoIntent](appintents/playvideointent.md)
- [VideoCategory](appintents/videocategory.md)
