Class EventInfo
This is information on events that can be sent to the audio subsystem. Audio events are sent to "apply actions to the different sound objects or object groups.. The actions you select specify whether the Wwise objects will play, stop, pause, .. mute, set volume, enable effect bypass, and so on.”
Namespace: Anki.AudioKinetic
Assembly: Anki.Resources.SDK.dll
Syntax
public class EventInfo
Properties
EventActions
The set of actions for this event.
Declaration
public IReadOnlyList<uint> EventActions { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<UInt32> | The set of actions for this event. |
Name
This is the event name or id; a string if it is known, otherwise a string
Declaration
public object Name { get; }
Property Value
Type | Description |
---|---|
Object | This is the event name or id; a string if it is known, otherwise a string |
ObjectPath
This is a path within the workspace to the audio file
Declaration
public string ObjectPath { get; }
Property Value
Type | Description |
---|---|
String | his is a path within the workspace to the audio file |
Remarks
This is left from the audio editing workspace
SoundBankName
The name of the sound bank that it is part of
Declaration
public string SoundBankName { get; }
Property Value
Type | Description |
---|---|
String | The name of the sound bank that this event info is part of. |