---
title: PHASEAsset.AssetType.streamed
framework: phase
role: symbol
role_heading: Case
path: phase/phaseasset/assettype/streamed
---

# PHASEAsset.AssetType.streamed

A sound asset that streams from disk into memory as it plays.

## Declaration

```swift
case streamed
```

## Discussion

Discussion If the asset is on disk, the framework streams the asset’s data from disk into memory and prepares the asset during playback. If the asset is in memory, the framework streams from memory and prepares the asset during playback.

## See Also

### Types

- [PHASEAsset.AssetType.resident](phase/phaseasset/assettype/resident.md)
