---
title: useControlledPlayback
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/playaudioaction/usecontrolledplayback
---

# useControlledPlayback

A Boolean that indicates whether this action has control over the playback of the audio.

## Declaration

```swift
var useControlledPlayback: Bool
```

## Discussion

Discussion Setting the value of this property to true indicates the action has control over the playback of the audio. Setting this to false indicates the audio plays independently from the action, behaving like a one shot audio.
