---
title: SystemSoundID
framework: audiotoolbox
role: symbol
role_heading: Type Alias
path: audiotoolbox/systemsoundid
---

# SystemSoundID

A system sound object, identified with a sound file you want to play.

## Declaration

```swift
typealias SystemSoundID = UInt32
```

## Discussion

Discussion Call the AudioServicesCreateSystemSoundID(_:_:) function to obtain a system sound object.

## See Also

### Creating and Disposing of System Sound Objects

- [AudioServicesCreateSystemSoundID(_:_:)](audiotoolbox/audioservicescreatesystemsoundid(_:_:).md)
- [AudioServicesDisposeSystemSoundID(_:)](audiotoolbox/audioservicesdisposesystemsoundid(_:).md)
- [System Sounds](audiotoolbox/1405222-system-sounds.md)
- [Alert Sound Identifiers](audiotoolbox/1618202-alert-sound-identifiers.md)
