DownloadHandlerAudioClip
Constructor, specifies what kind of audio data is going to be downloaded.
Read time 2 minutesLast updated 10 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.
audioTypeDownloadHandlerAudioClip(string, AudioType, bool)
Constructor, specifies what kind of audio data is going to be downloaded.
public DownloadHandlerAudioClip(string url, AudioType audioType, bool ambisonic)
Parameters
Remarks
The value in will be used to parameterize the AudioClip when importing the downloaded audio data.
audioTypeDownloadHandlerAudioClip(Uri, AudioType, bool)
Constructor, specifies what kind of audio data is going to be downloaded.
public DownloadHandlerAudioClip(Uri uri, AudioType audioType, bool ambisonic)
Parameters
Remarks
The value in will be used to parameterize the AudioClip when importing the downloaded audio data.
audioType