Show / Hide Table of Contents

Class AudioImporter

Inheritance
Object
Object
AssetImporter
AudioImporter
Inherited Members
AssetImporter.assetPath
AssetImporter.importSettingsMissing
AssetImporter.assetTimeStamp
AssetImporter.userData
AssetImporter.assetBundleName
AssetImporter.assetBundleVariant
AssetImporter.SetAssetBundleNameAndVariant(String, String)
AssetImporter.GetAtPath(String)
AssetImporter.SaveAndReimport()
AssetImporter.AddRemap(AssetImporter.SourceAssetIdentifier, Object)
AssetImporter.RemoveRemap(AssetImporter.SourceAssetIdentifier)
AssetImporter.GetExternalObjectMap()
Object.GetInstanceID()
Object.GetHashCode()
Object.Equals(Object)
Object.name
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate(Object, Transform, Boolean)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, Boolean)
Object.Destroy(Object, Single)
Object.Destroy(Object)
Object.DestroyImmediate(Object, Boolean)
Object.DestroyImmediate(Object)
Object.FindObjectsOfType(Type)
Object.DontDestroyOnLoad(Object)
Object.hideFlags
Object.DestroyObject(Object, Single)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfTypeIncludingAssets(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.FindObjectsOfTypeAll(Type)
Object.FindObjectOfType(Type)
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class AudioImporter : AssetImporter

Properties

ambisonic

Declaration
public bool ambisonic { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

channels

Declaration
[Obsolete("Setting and getting import channels is not used anymore (use forceToMono instead)", true)]
public AudioImporterChannels channels { get; set; }
Property Value
Type Description
AudioImporterChannels
| Improve this Doc View Source

compressionBitrate

Declaration
[Obsolete("AudioImporter.compressionBitrate is no longer supported", true)]
public int compressionBitrate { get; set; }
Property Value
Type Description
Int32

defaultSampleSettings

Declaration
public AudioImporterSampleSettings defaultSampleSettings { get; set; }
Property Value
Type Description
AudioImporterSampleSettings

forceToMono

Declaration
public bool forceToMono { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

hardware

Declaration
[Obsolete("AudioImporter.hardware is no longer supported. All mixing of audio is done by software and only some platforms use hardware acceleration to perform decoding.")]
public bool hardware { get; set; }
Property Value
Type Description
Boolean

loadInBackground

Declaration
public bool loadInBackground { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

loopable

Declaration
[Obsolete("AudioImporter.loopable is no longer supported. All audio assets encoded by Unity are by default loopable.")]
public bool loopable { get; set; }
Property Value
Type Description
Boolean

preloadAudioData

Declaration
public bool preloadAudioData { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

threeD

Declaration
[Obsolete("AudioImporter.threeD is no longer supported")]
public bool threeD { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

ClearSampleSettingOverride(String)

Declaration
public bool ClearSampleSettingOverride(string platform)
Parameters
Type Name Description
String platform
Returns
Type Description
Boolean
| Improve this Doc View Source

ContainsSampleSettingsOverride(String)

Declaration
public bool ContainsSampleSettingsOverride(string platform)
Parameters
Type Name Description
String platform
Returns
Type Description
Boolean
| Improve this Doc View Source

GetOverrideSampleSettings(String)

Declaration
public AudioImporterSampleSettings GetOverrideSampleSettings(string platform)
Parameters
Type Name Description
String platform
Returns
Type Description
AudioImporterSampleSettings
| Improve this Doc View Source

SetOverrideSampleSettings(String, AudioImporterSampleSettings)

Declaration
public bool SetOverrideSampleSettings(string platform, AudioImporterSampleSettings settings)
Parameters
Type Name Description
String platform
AudioImporterSampleSettings settings
Returns
Type Description
Boolean

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