---
title: numberOfLoops
framework: audiotoolbox
role: symbol
role_heading: Instance Property
path: audiotoolbox/musictrackloopinfo/numberofloops
---

# numberOfLoops

The number of times to play the designated portion of the music track.

## Declaration

```swift
var numberOfLoops: Int32
```

## Discussion

Discussion To loop forever, set numberOfLoops to 0.
