Show / Hide Table of Contents

Class DownloadHandlerAudioClip

Inheritance
Object
DownloadHandler
DownloadHandlerAudioClip
Implements
IDisposable
Inherited Members
DownloadHandler.Dispose()
DownloadHandler.isDone
DownloadHandler.data
DownloadHandler.text
DownloadHandler.ReceiveData(Byte[], Int32)
DownloadHandler.ReceiveContentLength(Int32)
DownloadHandler.CompleteContent()
DownloadHandler.GetProgress()
DownloadHandler.GetCheckedDownloader<T>(UnityWebRequest)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Networking
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
Type Name Description
String url
AudioType audioType
| Improve this Doc View Source

DownloadHandlerAudioClip(Uri, AudioType)

Declaration
public DownloadHandlerAudioClip(Uri uri, AudioType audioType)
Parameters
Type Name Description
Uri uri
AudioType audioType

Properties

audioClip

Declaration
public AudioClip audioClip { get; }
Property Value
Type Description
AudioClip

compressed

Declaration
public bool compressed { get; set; }
Property Value
Type Description
Boolean

streamAudio

Declaration
public bool streamAudio { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

GetContent(UnityWebRequest)

Declaration
public static AudioClip GetContent(UnityWebRequest www)
Parameters
Type Name Description
UnityWebRequest www
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetData()

Declaration
protected override byte[] GetData()
Returns
Type Description
Byte[]
Overrides
DownloadHandler.GetData()
| Improve this Doc View Source

GetText()

Declaration
protected override string GetText()
Returns
Type Description
String
Overrides
DownloadHandler.GetText()

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX