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

# type

The type of sound asset.

## Declaration

```swift
var type: PHASEAsset.AssetType { get }
```

## Discussion

Discussion The framework sets the value of this property to the type you pass into registerSoundAsset(url:identifier:assetType:channelLayout:normalizationMode:).
