Show / Hide Table of Contents

Class WWWAudioExtensions

Inheritance
Object
WWWAudioExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public static class WWWAudioExtensions

Methods

| Improve this Doc View Source

GetAudioClip(WWW)

Declaration
[Obsolete("WWWAudioExtensions.GetAudioClip extension method has been replaced by WWW.GetAudioClip instance method. (UnityUpgradable) -> WWW.GetAudioClip()", true)]
public static AudioClip GetAudioClip(this WWW www)
Parameters
Type Name Description
WWW www
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetAudioClip(WWW, Boolean)

Declaration
[Obsolete("WWWAudioExtensions.GetAudioClip extension method has been replaced by WWW.GetAudioClip instance method. (UnityUpgradable) -> WWW.GetAudioClip([mscorlib] System.Boolean)", true)]
public static AudioClip GetAudioClip(this WWW www, bool threeD)
Parameters
Type Name Description
WWW www
Boolean threeD
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetAudioClip(WWW, Boolean, Boolean)

Declaration
[Obsolete("WWWAudioExtensions.GetAudioClip extension method has been replaced by WWW.GetAudioClip instance method. (UnityUpgradable) -> WWW.GetAudioClip([mscorlib] System.Boolean, [mscorlib] System.Boolean)", true)]
public static AudioClip GetAudioClip(this WWW www, bool threeD, bool stream)
Parameters
Type Name Description
WWW www
Boolean threeD
Boolean stream
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetAudioClip(WWW, Boolean, Boolean, AudioType)

Declaration
[Obsolete("WWWAudioExtensions.GetAudioClip extension method has been replaced by WWW.GetAudioClip instance method. (UnityUpgradable) -> WWW.GetAudioClip([mscorlib] System.Boolean, [mscorlib] System.Boolean, UnityEngine.AudioType)", true)]
public static AudioClip GetAudioClip(this WWW www, bool threeD, bool stream, AudioType audioType)
Parameters
Type Name Description
WWW www
Boolean threeD
Boolean stream
AudioType audioType
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetAudioClipCompressed(WWW)

Declaration
[Obsolete("WWWAudioExtensions.GetAudioClipCompressed extension method has been replaced by WWW.GetAudioClipCompressed instance method. (UnityUpgradable) -> WWW.GetAudioClipCompressed()", true)]
public static AudioClip GetAudioClipCompressed(this WWW www)
Parameters
Type Name Description
WWW www
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetAudioClipCompressed(WWW, Boolean)

Declaration
[Obsolete("WWWAudioExtensions.GetAudioClipCompressed extension method has been replaced by WWW.GetAudioClipCompressed instance method. (UnityUpgradable) -> WWW.GetAudioClipCompressed([mscorlib] System.Boolean)", true)]
public static AudioClip GetAudioClipCompressed(this WWW www, bool threeD)
Parameters
Type Name Description
WWW www
Boolean threeD
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetAudioClipCompressed(WWW, Boolean, AudioType)

Declaration
[Obsolete("WWWAudioExtensions.GetAudioClipCompressed extension method has been replaced by WWW.GetAudioClipCompressed instance method. (UnityUpgradable) -> WWW.GetAudioClipCompressed([mscorlib] System.Boolean, UnityEngine.AudioType)", true)]
public static AudioClip GetAudioClipCompressed(this WWW www, bool threeD, AudioType audioType)
Parameters
Type Name Description
WWW www
Boolean threeD
AudioType audioType
Returns
Type Description
AudioClip
| Improve this Doc View Source

GetMovieTexture(WWW)

Declaration
[Obsolete("WWWAudioExtensions.GetMovieTexture extension method has been replaced by WWW.GetMovieTexture instance method. (UnityUpgradable) -> WWW.GetMovieTexture()", true)]
public static MovieTexture GetMovieTexture(this WWW www)
Parameters
Type Name Description
WWW www
Returns
Type Description
MovieTexture
  • Improve this Doc
  • View Source
Back to top Generated by DocFX