---
title: cumulativeBackgroundAudioTime
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxappruntimemetric/cumulativebackgroundaudiotime
---

# cumulativeBackgroundAudioTime

The total time the app is in the background and playing audio.

## Declaration

```swift
var cumulativeBackgroundAudioTime: Measurement<UnitDuration> { get }
```

## See Also

### Reading application run time

- [cumulativeForegroundTime](metrickit/mxappruntimemetric/cumulativeforegroundtime.md)
- [cumulativeBackgroundTime](metrickit/mxappruntimemetric/cumulativebackgroundtime.md)
- [cumulativeBackgroundLocationTime](metrickit/mxappruntimemetric/cumulativebackgroundlocationtime.md)
