UnityEngine.UnityWebRequestAudioModule A DownloadHandler subclass specialized for downloading audio data for use as AudioClip objects. Returns the downloaded AudioClip, or null. (Read Only) Constructor, specifies what kind of audio data is going to be downloaded. The nominal (pre-redirect) URL at which the audio clip is located. Value to set for AudioClip type. Returns the downloaded AudioClip, or null. A finished UnityWebRequest object with DownloadHandlerAudioClip attached. The same as DownloadHandlerAudioClip.audioClip Called by DownloadHandler.data. Returns a copy of the downloaded clip data as raw bytes. A copy of the downloaded data. A specialized DownloadHandler for creating MovieTexture out of downloaded bytes. A MovieTexture created out of downloaded bytes. Create new DownloadHandlerMovieTexture. A convenience (helper) method for casting DownloadHandler to DownloadHandlerMovieTexture and accessing its movieTexture property. A UnityWebRequest with attached DownloadHandlerMovieTexture. A MovieTexture created out of downloaded bytes. Raw downloaded data. Raw downloaded bytes. Helpers for downloading multimedia files using UnityWebRequest. Create a UnityWebRequest to download an audio clip via HTTP GET and create an AudioClip based on the retrieved data. The URI of the audio clip to download. The type of audio encoding for the downloaded audio clip. See AudioType. A UnityWebRequest properly configured to download an audio clip and convert it to an AudioClip. Create a UnityWebRequest intended to download a movie clip via HTTP GET and create an MovieTexture based on the retrieved data. The URI of the movie clip to download. A UnityWebRequest properly configured to download a movie clip and convert it to a MovieTexture.