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
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise