Destroys the given transport object.
(Required *)
Graphical User Interface.
Name | Type | Description |
---|---|---|
transport * | integer | Transport object ID to be used with all other ak.wwise.core.transport functions. |
description : Transport object ID to be used with all other ak.wwise.core.transport functions.
type : integer
minimum : 0
maximum : 4294967295
Destroys the given transport object.
{
"transport": 1234
}
{}
{ "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 } }, "required": [ "transport" ], "additionalProperties": false }
{ "type": "object", "required": [], "properties": {}, "additionalProperties": false }
{ "type": "object", "properties": {}, "additionalProperties": false }
Document version : 1