AudioImporter.SetOverrideSampleSettings

Switch to Manual
public bool SetOverrideSampleSettings (string platform, AudioImporterSampleSettings settings);

Parameters

platform 将覆盖采样设置的平台。
settings 给定平台的覆盖设置。

Returns

bool 如果成功覆盖设置,则返回 true。给定平台无法覆盖某些设置,在这种情况下将返回 false 且不登记设置。

Description

为给定平台设置覆盖采样设置。

对于某些目标平台,理想情况是将音频导入器设置覆盖为性能或其他原因。此函数允许给定平台登记覆盖设置。

The options for the platform string are "WebPlayer", "Standalone", "iOS", "Android", "WebGL", "PS4", "PSP2", "XBoxOne", "Samsung TV".