AudioDataLoadState
Value describing the current load state of the audio data associated with an AudioClip.
Elements
Element | Description |
---|---|
AudioDataLoadState.Failed | Value returned by AudioClip.loadState for an AudioClip that has failed loading its audio data. |
AudioDataLoadState.Loaded | Value returned by AudioClip.loadState for an AudioClip that has succeeded loading its audio data. |
AudioDataLoadState.Loading | Value returned by AudioClip.loadState for an AudioClip that is currently loading audio data. |
AudioDataLoadState.Unloaded | Value returned by AudioClip.loadState for an AudioClip that has no audio data loaded and where loading has not been initiated yet. |