UnityEngine.Networking.DownloadHandlerAudioClip.DownloadHandlerAudioClip C# (CSharp) Method

DownloadHandlerAudioClip() public method

Constructor, specifies what kind of audio data is going to be downloaded.

public DownloadHandlerAudioClip ( string url, AudioType audioType ) : System
url string The nominal (pre-redirect) URL at which the audio clip is located.
audioType AudioType Value to set for AudioClip type.
return System
        public DownloadHandlerAudioClip(string url, AudioType audioType)
        {
            base.InternalCreateAudioClip(url, audioType);
        }