AudioImporter.GetOverrideSampleSettings

Switch to Manual
public AudioImporterSampleSettings GetOverrideSampleSettings (string platform);

Parameters

platform要获得覆盖设置的平台。

Returns

AudioImporterSampleSettings 给定平台的覆盖采样设置。

Description

返回给定平台的当前覆盖设置。

如果没有适用于所传递平台的覆盖值,则将返回默认已转换的设置。

已转换的设置为将由给定平台默认使用的设置。例如,在某些平台上,compressionFormat 将与在硬件解码器上获利不同。

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