---
title: isPlaying
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/audioplaybackgroupcontroller/isplaying
---

# isPlaying

A Boolean value that indicates whether playback is currently active.

## Declaration

```swift
@MainActor @preconcurrency var isPlaying: Bool { get }
```

## Discussion

Discussion You may experience a small delay between when you call the play() method and when the isPlaying property reports true.
