Contents

PHASEAsset.AssetType.streamed

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

Declaration

case streamed

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