123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395 |
- public class ak
- {
- public class wwise
- {
- public class core
- {
-
- public const string getInfo = "ak.wwise.core.getInfo";
-
- public const string getProjectInfo = "ak.wwise.core.getProjectInfo";
- public class project
- {
-
- public const string save = "ak.wwise.core.project.save";
-
- public const string loaded = "ak.wwise.core.project.loaded";
-
- public const string preClosed = "ak.wwise.core.project.preClosed";
-
- public const string postClosed = "ak.wwise.core.project.postClosed";
-
- public const string saved = "ak.wwise.core.project.saved";
- }
- public class @object
- {
-
- public const string setName = "ak.wwise.core.object.setName";
-
- public const string setReference = "ak.wwise.core.object.setReference";
-
- public const string setProperty = "ak.wwise.core.object.setProperty";
-
- public const string setRandomizer = "ak.wwise.core.object.setRandomizer";
-
- public const string setNotes = "ak.wwise.core.object.setNotes";
-
- public const string getAttenuationCurve = "ak.wwise.core.object.getAttenuationCurve";
-
- public const string setAttenuationCurve = "ak.wwise.core.object.setAttenuationCurve";
-
- public const string create = "ak.wwise.core.object.create";
-
- public const string set = "ak.wwise.core.object.set";
-
- public const string move = "ak.wwise.core.object.move";
-
- public const string copy = "ak.wwise.core.object.copy";
-
- public const string delete = "ak.wwise.core.object.delete";
-
- public const string get = "ak.wwise.core.object.get";
-
- public const string diff = "ak.wwise.core.object.diff";
-
- public const string pasteProperties = "ak.wwise.core.object.pasteProperties";
-
- public const string getTypes = "ak.wwise.core.object.getTypes";
-
- public const string getPropertyInfo = "ak.wwise.core.object.getPropertyInfo";
-
- public const string getPropertyNames = "ak.wwise.core.object.getPropertyNames";
-
- public const string getPropertyAndReferenceNames = "ak.wwise.core.object.getPropertyAndReferenceNames";
-
- public const string isPropertyEnabled = "ak.wwise.core.object.isPropertyEnabled";
-
- public const string referenceChanged = "ak.wwise.core.object.referenceChanged";
-
- public const string nameChanged = "ak.wwise.core.object.nameChanged";
-
- public const string notesChanged = "ak.wwise.core.object.notesChanged";
-
- public const string created = "ak.wwise.core.object.created";
-
- public const string preDeleted = "ak.wwise.core.object.preDeleted";
-
- public const string postDeleted = "ak.wwise.core.object.postDeleted";
-
- public const string childAdded = "ak.wwise.core.object.childAdded";
-
- public const string childRemoved = "ak.wwise.core.object.childRemoved";
-
- public const string curveChanged = "ak.wwise.core.object.curveChanged";
-
- public const string attenuationCurveChanged = "ak.wwise.core.object.attenuationCurveChanged";
-
- public const string attenuationCurveLinkChanged = "ak.wwise.core.object.attenuationCurveLinkChanged";
-
- public const string propertyChanged = "ak.wwise.core.object.propertyChanged";
- }
- public class switchContainer
- {
-
- public const string addAssignment = "ak.wwise.core.switchContainer.addAssignment";
-
- public const string removeAssignment = "ak.wwise.core.switchContainer.removeAssignment";
-
- public const string getAssignments = "ak.wwise.core.switchContainer.getAssignments";
-
- public const string assignmentAdded = "ak.wwise.core.switchContainer.assignmentAdded";
-
- public const string assignmentRemoved = "ak.wwise.core.switchContainer.assignmentRemoved";
- }
- public class audio
- {
-
- public const string import = "ak.wwise.core.audio.import";
-
- public const string importTabDelimited = "ak.wwise.core.audio.importTabDelimited";
-
- public const string imported = "ak.wwise.core.audio.imported";
- }
- public class remote
- {
-
- public const string connect = "ak.wwise.core.remote.connect";
-
- public const string disconnect = "ak.wwise.core.remote.disconnect";
-
- public const string getAvailableConsoles = "ak.wwise.core.remote.getAvailableConsoles";
-
- public const string getConnectionStatus = "ak.wwise.core.remote.getConnectionStatus";
- }
- public class undo
- {
-
- public const string beginGroup = "ak.wwise.core.undo.beginGroup";
-
- public const string cancelGroup = "ak.wwise.core.undo.cancelGroup";
-
- public const string endGroup = "ak.wwise.core.undo.endGroup";
-
- public const string undo_ = "ak.wwise.core.undo.undo";
- }
- public class plugin
- {
-
- public const string getList = "ak.wwise.core.plugin.getList";
-
- public const string getProperty = "ak.wwise.core.plugin.getProperty";
-
- public const string getProperties = "ak.wwise.core.plugin.getProperties";
- }
- public class soundbank
- {
-
- public const string getInclusions = "ak.wwise.core.soundbank.getInclusions";
-
- public const string setInclusions = "ak.wwise.core.soundbank.setInclusions";
-
- public const string generate = "ak.wwise.core.soundbank.generate";
-
- public const string processDefinitionFiles = "ak.wwise.core.soundbank.processDefinitionFiles";
-
- public const string convertExternalSources = "ak.wwise.core.soundbank.convertExternalSources";
-
- public const string generated = "ak.wwise.core.soundbank.generated";
-
- public const string generationDone = "ak.wwise.core.soundbank.generationDone";
- }
- public class sound
- {
-
- public const string setActiveSource = "ak.wwise.core.sound.setActiveSource";
- }
- public class log
- {
-
- public const string get = "ak.wwise.core.log.get";
-
- public const string itemAdded = "ak.wwise.core.log.itemAdded";
- }
- public class transport
- {
-
- public const string create = "ak.wwise.core.transport.create";
-
- public const string prepare = "ak.wwise.core.transport.prepare";
-
- public const string destroy = "ak.wwise.core.transport.destroy";
-
- public const string getState = "ak.wwise.core.transport.getState";
-
- public const string getList = "ak.wwise.core.transport.getList";
-
- public const string executeAction = "ak.wwise.core.transport.executeAction";
-
- public const string stateChanged = "ak.wwise.core.transport.stateChanged";
- }
- public class audioSourcePeaks
- {
-
- public const string getMinMaxPeaksInRegion = "ak.wwise.core.audioSourcePeaks.getMinMaxPeaksInRegion";
-
- public const string getMinMaxPeaksInTrimmedRegion = "ak.wwise.core.audioSourcePeaks.getMinMaxPeaksInTrimmedRegion";
- }
- public class profiler
- {
-
- public const string getAudioObjects = "ak.wwise.core.profiler.getAudioObjects";
-
- public const string getGameObjects = "ak.wwise.core.profiler.getGameObjects";
-
- public const string getVoices = "ak.wwise.core.profiler.getVoices";
-
- public const string getRTPCs = "ak.wwise.core.profiler.getRTPCs";
-
- public const string getBusses = "ak.wwise.core.profiler.getBusses";
-
- public const string getVoiceContributions = "ak.wwise.core.profiler.getVoiceContributions";
-
- public const string enableProfilerData = "ak.wwise.core.profiler.enableProfilerData";
-
- public const string getCursorTime = "ak.wwise.core.profiler.getCursorTime";
-
- public const string startCapture = "ak.wwise.core.profiler.startCapture";
-
- public const string stopCapture = "ak.wwise.core.profiler.stopCapture";
- public class captureLog
- {
-
- public const string itemAdded = "ak.wwise.core.profiler.captureLog.itemAdded";
- }
-
- public const string gameObjectRegistered = "ak.wwise.core.profiler.gameObjectRegistered";
-
- public const string gameObjectUnregistered = "ak.wwise.core.profiler.gameObjectUnregistered";
-
- public const string gameObjectReset = "ak.wwise.core.profiler.gameObjectReset";
-
- public const string stateChanged = "ak.wwise.core.profiler.stateChanged";
-
- public const string switchChanged = "ak.wwise.core.profiler.switchChanged";
- }
- }
- public class ui
- {
-
- public const string bringToForeground = "ak.wwise.ui.bringToForeground";
- public class project
- {
-
- public const string open = "ak.wwise.ui.project.open";
-
- public const string close = "ak.wwise.ui.project.close";
- }
- public class commands
- {
-
- public const string execute = "ak.wwise.ui.commands.execute";
-
- public const string getCommands = "ak.wwise.ui.commands.getCommands";
-
- public const string register = "ak.wwise.ui.commands.register";
-
- public const string unregister = "ak.wwise.ui.commands.unregister";
-
- public const string executed = "ak.wwise.ui.commands.executed";
- }
-
- public const string getSelectedObjects = "ak.wwise.ui.getSelectedObjects";
-
- public const string captureScreen = "ak.wwise.ui.captureScreen";
-
- public const string selectionChanged = "ak.wwise.ui.selectionChanged";
- }
- public class waapi
- {
-
- public const string getTopics = "ak.wwise.waapi.getTopics";
-
- public const string getFunctions = "ak.wwise.waapi.getFunctions";
-
- public const string getSchema = "ak.wwise.waapi.getSchema";
- }
- public class debug
- {
-
- public const string enableAsserts = "ak.wwise.debug.enableAsserts";
-
- public const string testAssert = "ak.wwise.debug.testAssert";
-
- public const string testCrash = "ak.wwise.debug.testCrash";
-
- public const string enableAutomationMode = "ak.wwise.debug.enableAutomationMode";
-
- public const string assertFailed = "ak.wwise.debug.assertFailed";
- }
- public class cli
- {
-
- public const string migrate = "ak.wwise.cli.migrate";
-
- public const string verify = "ak.wwise.cli.verify";
-
- public const string tabDelimitedImport = "ak.wwise.cli.tabDelimitedImport";
-
- public const string waapiServer = "ak.wwise.cli.waapiServer";
-
- public const string createNewProject = "ak.wwise.cli.createNewProject";
-
- public const string dumpObjects = "ak.wwise.cli.dumpObjects";
-
- public const string addNewPlatform = "ak.wwise.cli.addNewPlatform";
-
- public const string convertExternalSource = "ak.wwise.cli.convertExternalSource";
-
- public const string generateSoundbank = "ak.wwise.cli.generateSoundbank";
-
- public const string moveMediaIdsToSingleFile = "ak.wwise.cli.moveMediaIdsToSingleFile";
-
- public const string moveMediaIdsToWorkUnits = "ak.wwise.cli.moveMediaIdsToWorkUnits";
-
- public const string updateMediaIdsInSingleFile = "ak.wwise.cli.updateMediaIdsInSingleFile";
- }
- }
- public class soundengine
- {
-
- public const string postEvent = "ak.soundengine.postEvent";
-
- public const string executeActionOnEvent = "ak.soundengine.executeActionOnEvent";
-
- public const string registerGameObj = "ak.soundengine.registerGameObj";
-
- public const string stopPlayingID = "ak.soundengine.stopPlayingID";
-
- public const string stopAll = "ak.soundengine.stopAll";
-
- public const string postMsgMonitor = "ak.soundengine.postMsgMonitor";
-
- public const string setObjectObstructionAndOcclusion = "ak.soundengine.setObjectObstructionAndOcclusion";
-
- public const string setGameObjectOutputBusVolume = "ak.soundengine.setGameObjectOutputBusVolume";
-
- public const string setGameObjectAuxSendValues = "ak.soundengine.setGameObjectAuxSendValues";
-
- public const string postTrigger = "ak.soundengine.postTrigger";
-
- public const string setSwitch = "ak.soundengine.setSwitch";
-
- public const string getSwitch = "ak.soundengine.getSwitch";
-
- public const string setState = "ak.soundengine.setState";
-
- public const string getState = "ak.soundengine.getState";
-
- public const string resetRTPCValue = "ak.soundengine.resetRTPCValue";
-
- public const string setRTPCValue = "ak.soundengine.setRTPCValue";
-
- public const string setListenerSpatialization = "ak.soundengine.setListenerSpatialization";
-
- public const string setMultiplePositions = "ak.soundengine.setMultiplePositions";
-
- public const string setPosition = "ak.soundengine.setPosition";
-
- public const string setScalingFactor = "ak.soundengine.setScalingFactor";
-
- public const string setDefaultListeners = "ak.soundengine.setDefaultListeners";
-
- public const string setListeners = "ak.soundengine.setListeners";
-
- public const string seekOnEvent = "ak.soundengine.seekOnEvent";
-
- public const string unregisterGameObj = "ak.soundengine.unregisterGameObj";
- }
- }
|