Riwmorld
RuntimeAudioClipLoader.Manager Class Reference
Inheritance diagram for RuntimeAudioClipLoader.Manager:

Static Public Member Functions

static void ClearCache ()
 
static AudioDataLoadState GetAudioClipLoadState (AudioClip audioClip)
 
static AudioClipLoadType GetAudioClipLoadType (AudioClip audioClip)
 
static AudioFormat GetAudioFormat (string filePath)
 
static bool IsSupportedFormat (string filePath)
 
static AudioClip Load (string filePath, bool doStream=false, bool loadInBackground=true, bool useCache=true)
 
static AudioClip Load (Stream dataStream, AudioFormat audioFormat, string unityAudioClipName, bool doStream=false, bool loadInBackground=true, bool diposeDataStreamIfNotNeeded=true)
 
static void SetAudioClipLoadState (AudioClip audioClip, AudioDataLoadState newLoadState)
 
static void SetAudioClipLoadType (AudioClip audioClip, AudioClipLoadType newLoadType)
 

The documentation for this class was generated from the following file: