---
title: data
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phasesoundasset/data
---

# data

A storage buffer for the sound asset.

## Declaration

```swift
var data: Data? { get }
```

## Discussion

Discussion This property has a value when an app creates the asset with registerSoundAsset(data:identifier:format:normalizationMode:); otherwise the value is nil.

## See Also

### Accessing Sound Data

- [url](phase/phasesoundasset/url.md)
