Wwise SDK 2024.1.2
|
Creates a converted audio file. When errors occur, this function returns a list of messages with corresponding levels of severity.
名称 | 类型 | 说明 |
---|---|---|
objects * | array | 此数组中包含一系列对象。Each object is an ID (GUID), name, or object path. |
objects [...] | any of: | |
string | 由类型或 Short ID 限定的对象名称,格式为 type:name 或 Global:shortId。仅支持采用全局唯一名称或 Short Id 的对象类型。例如:Event:Play_Sound_01, Global:245489792 | |
string | 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。 | |
string | Wwise 对象的工程路径,包含类别和 Work Unit。例如:\Actor-Mixer Hierarchy\Default Work Unit\New Sound SFX。 | |
platforms * | array | An array of platforms. 每个平台都表示为 ID (GUID) 或唯一名称。 |
platforms [...] | any of: | |
string | 对象的名称。 | |
string | 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。 | |
languages * | array | An array of languages. Each language is a unique name. |
languages [...] | string | A language is a unique name. |
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
errors | array | List of logged entries with associated messages and severities. |
errors [...] | object | Logged entry with severity and message. |
errors[...].severity | string | Severity of the logged message. - Message: Does not affect the integrity of the current operation. - Warning: Might affect the integrity of the current operation. - Error: Affects the integrity of the current operation. - Fatal Error: Prevents the completion of the current operation. 可能的值:
|
errors[...].message | string | Message logged by the system (Error or warning). |
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。