Class AudioImporter
Inheritance
AudioImporter
Assembly: UnityEditor.dll
Syntax
public sealed class AudioImporter : AssetImporter
Properties
ambisonic
Declaration
public bool ambisonic { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
compressionBitrate
Declaration
[Obsolete("AudioImporter.compressionBitrate is no longer supported", true)]
public int compressionBitrate { get; set; }
Property Value
defaultSampleSettings
Declaration
public AudioImporterSampleSettings defaultSampleSettings { get; set; }
Property Value
forceToMono
Declaration
public bool forceToMono { get; set; }
Property Value
|
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
loadInBackground
Declaration
public bool loadInBackground { get; set; }
Property Value
|
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
preloadAudioData
Declaration
public bool preloadAudioData { get; set; }
Property Value
|
Improve this Doc
View Source
threeD
Declaration
[Obsolete("AudioImporter.threeD is no longer supported")]
public bool threeD { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ClearSampleSettingOverride(String)
Declaration
public bool ClearSampleSettingOverride(string platform)
Parameters
Type |
Name |
Description |
String |
platform |
|
Returns
|
Improve this Doc
View Source
ContainsSampleSettingsOverride(String)
Declaration
public bool ContainsSampleSettingsOverride(string platform)
Parameters
Type |
Name |
Description |
String |
platform |
|
Returns
|
Improve this Doc
View Source
GetOverrideSampleSettings(String)
Declaration
public AudioImporterSampleSettings GetOverrideSampleSettings(string platform)
Parameters
Type |
Name |
Description |
String |
platform |
|
Returns
|
Improve this Doc
View Source
SetOverrideSampleSettings(String, AudioImporterSampleSettings)
Declaration
public bool SetOverrideSampleSettings(string platform, AudioImporterSampleSettings settings)
Parameters
Returns
Extension Methods