Executes an action on the given transport object, or all transports if no transport is specified.
(Required *)
Graphical User Interface.
Name | Type | Description |
---|---|---|
transport | integer | Transport object ID to be used with all other ak.wwise.core.transport functions. |
action * | string | The action to execute. Possible values : "play", "stop", "pause" |
description : Transport object ID to be used with all other ak.wwise.core.transport functions.
type : integer
minimum : 0
maximum : 4294967295
type : string
Possible values : "play", "stop", "pause"
description : The action to execute.
Plays the given transport object.
{ "action": "play", "transport": 1234 }
{}
Stops all transport objects.
{ "action": "stop" }
{}
{ "type": "object", "properties": { "transport": { "description": "Transport object ID to be used with all other ak.wwise.core.transport functions.", "type": "integer", "minimum": 0, "maximum": 4294967295 }, "action": { "type": "string", "enum": [ "play", "stop", "pause" ], "description": "The action to execute." } }, "required": [ "action" ], "additionalProperties": false }
{ "type": "object", "required": [], "properties": {}, "additionalProperties": false }
{ "type": "object", "properties": {}, "additionalProperties": false }
Document version : 1
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요