Enum AudioClipStatus
An enum listing the possible states an audio clip can be in during loading. Used by the AudioClip component to track loading status.
Namespace: Unity.Tiny.Audio
Syntax
public enum AudioClipStatus
Fields
| Name | Description |
|---|---|
| Loaded | The clip is fully decoded, loaded in memory, and ready for playback. |
| LoadError | The clip cannot be loaded in memory. |
| Loading | The clip has begun loading but is not ready to begin playback. |
| Unloaded | The clip is not loaded in memory. |