DownloadHandlerAudioClip
Constructor, specifies what kind of audio data is going to be downloaded.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestAudioModule
DownloadHandlerAudioClip(string, AudioType)
Constructor, specifies what kind of audio data is going to be downloaded.
public DownloadHandlerAudioClip(string url, AudioType audioType)
Parameters
Remarks
The value in will be used to parameterize the AudioClip when importing the downloaded audio data.
audioTypeDownloadHandlerAudioClip(Uri, AudioType)
Constructor, specifies what kind of audio data is going to be downloaded.
public DownloadHandlerAudioClip(Uri uri, AudioType audioType)
Parameters
Remarks
The value in will be used to parameterize the AudioClip when importing the downloaded audio data.
audioType