Class DownloadHandlerAudioClip
  
  
  
  
    Inheritance
    
    
    DownloadHandlerAudioClip
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public sealed class DownloadHandlerAudioClip : DownloadHandler, IDisposable
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DownloadHandlerAudioClip(String, AudioType)
  
  
  Declaration
  
    public DownloadHandlerAudioClip(string url, AudioType audioType)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DownloadHandlerAudioClip(Uri, AudioType)
  
  
  Declaration
  
    public DownloadHandlerAudioClip(Uri uri, AudioType audioType)
   
  Parameters
  
  Properties
  
  
  
  
  audioClip
  
  
  Declaration
  
    public AudioClip audioClip { get; }
   
  Property Value
  
  
  
  
  compressed
  
  
  Declaration
  
    public bool compressed { get; set; }
   
  Property Value
  
  
  
  
  streamAudio
  
  
  Declaration
  
    public bool streamAudio { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetContent(UnityWebRequest)
  
  
  Declaration
  
    public static AudioClip GetContent(UnityWebRequest www)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetData()
  
  
  Declaration
  
    protected override byte[] GetData()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetText()
  
  
  Declaration
  
    protected override string GetText()
   
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods