123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481 |
- #pragma once
- namespace ak
- {
- namespace soundengine
- {
-
- static const char* executeActionOnEvent = "ak.soundengine.executeActionOnEvent";
-
- static const char* getState = "ak.soundengine.getState";
-
- static const char* getSwitch = "ak.soundengine.getSwitch";
-
- static const char* loadBank = "ak.soundengine.loadBank";
-
- static const char* postEvent = "ak.soundengine.postEvent";
-
- static const char* postMsgMonitor = "ak.soundengine.postMsgMonitor";
-
- static const char* postTrigger = "ak.soundengine.postTrigger";
-
- static const char* registerGameObj = "ak.soundengine.registerGameObj";
-
- static const char* resetRTPCValue = "ak.soundengine.resetRTPCValue";
-
- static const char* seekOnEvent = "ak.soundengine.seekOnEvent";
-
- static const char* setDefaultListeners = "ak.soundengine.setDefaultListeners";
-
- static const char* setGameObjectAuxSendValues = "ak.soundengine.setGameObjectAuxSendValues";
-
- static const char* setGameObjectOutputBusVolume = "ak.soundengine.setGameObjectOutputBusVolume";
-
- static const char* setListenerSpatialization = "ak.soundengine.setListenerSpatialization";
-
- static const char* setListeners = "ak.soundengine.setListeners";
-
- static const char* setMultiplePositions = "ak.soundengine.setMultiplePositions";
-
- static const char* setObjectObstructionAndOcclusion = "ak.soundengine.setObjectObstructionAndOcclusion";
-
- static const char* setPosition = "ak.soundengine.setPosition";
-
- static const char* setRTPCValue = "ak.soundengine.setRTPCValue";
-
- static const char* setScalingFactor = "ak.soundengine.setScalingFactor";
-
- static const char* setState = "ak.soundengine.setState";
-
- static const char* setSwitch = "ak.soundengine.setSwitch";
-
- static const char* stopAll = "ak.soundengine.stopAll";
-
- static const char* stopPlayingID = "ak.soundengine.stopPlayingID";
-
- static const char* unloadBank = "ak.soundengine.unloadBank";
-
- static const char* unregisterGameObj = "ak.soundengine.unregisterGameObj";
- }
- namespace wwise
- {
- namespace cli
- {
-
- static const char* addNewPlatform = "ak.wwise.cli.addNewPlatform";
-
- static const char* convertExternalSource = "ak.wwise.cli.convertExternalSource";
-
- static const char* createNewProject = "ak.wwise.cli.createNewProject";
-
- static const char* dumpObjects = "ak.wwise.cli.dumpObjects";
-
- static const char* executeLuaScript = "ak.wwise.cli.executeLuaScript";
-
- static const char* generateSoundbank = "ak.wwise.cli.generateSoundbank";
-
- static const char* migrate = "ak.wwise.cli.migrate";
-
- static const char* moveMediaIdsToSingleFile = "ak.wwise.cli.moveMediaIdsToSingleFile";
-
- static const char* moveMediaIdsToWorkUnits = "ak.wwise.cli.moveMediaIdsToWorkUnits";
-
- static const char* tabDelimitedImport = "ak.wwise.cli.tabDelimitedImport";
-
- static const char* updateMediaIdsInSingleFile = "ak.wwise.cli.updateMediaIdsInSingleFile";
-
- static const char* verify = "ak.wwise.cli.verify";
-
- static const char* waapiServer = "ak.wwise.cli.waapiServer";
- }
- namespace console
- {
- namespace project
- {
-
- static const char* close = "ak.wwise.console.project.close";
-
- static const char* create = "ak.wwise.console.project.create";
-
- static const char* open = "ak.wwise.console.project.open";
- }
- }
- namespace core
- {
- namespace audio
- {
-
- static const char* import = "ak.wwise.core.audio.import";
-
- static const char* importTabDelimited = "ak.wwise.core.audio.importTabDelimited";
-
- static const char* imported = "ak.wwise.core.audio.imported";
-
- static const char* mute = "ak.wwise.core.audio.mute";
-
- static const char* resetMute = "ak.wwise.core.audio.resetMute";
-
- static const char* resetSolo = "ak.wwise.core.audio.resetSolo";
-
- static const char* solo = "ak.wwise.core.audio.solo";
- }
- namespace audioSourcePeaks
- {
-
- static const char* getMinMaxPeaksInRegion = "ak.wwise.core.audioSourcePeaks.getMinMaxPeaksInRegion";
-
- static const char* getMinMaxPeaksInTrimmedRegion = "ak.wwise.core.audioSourcePeaks.getMinMaxPeaksInTrimmedRegion";
- }
-
- static const char* executeLuaScript = "ak.wwise.core.executeLuaScript";
-
- static const char* getInfo = "ak.wwise.core.getInfo";
-
- static const char* getProjectInfo = "ak.wwise.core.getProjectInfo";
- namespace log
- {
-
- static const char* addItem = "ak.wwise.core.log.addItem";
-
- static const char* clear = "ak.wwise.core.log.clear";
-
- static const char* get = "ak.wwise.core.log.get";
-
- static const char* itemAdded = "ak.wwise.core.log.itemAdded";
- }
- namespace object
- {
-
- static const char* attenuationCurveChanged = "ak.wwise.core.object.attenuationCurveChanged";
-
- static const char* attenuationCurveLinkChanged = "ak.wwise.core.object.attenuationCurveLinkChanged";
-
- static const char* childAdded = "ak.wwise.core.object.childAdded";
-
- static const char* childRemoved = "ak.wwise.core.object.childRemoved";
-
- static const char* copy = "ak.wwise.core.object.copy";
-
- static const char* create = "ak.wwise.core.object.create";
-
- static const char* created = "ak.wwise.core.object.created";
-
- static const char* curveChanged = "ak.wwise.core.object.curveChanged";
-
- static const char* delete_ = "ak.wwise.core.object.delete";
-
- static const char* diff = "ak.wwise.core.object.diff";
-
- static const char* get = "ak.wwise.core.object.get";
-
- static const char* getAttenuationCurve = "ak.wwise.core.object.getAttenuationCurve";
-
- static const char* getPropertyAndReferenceNames = "ak.wwise.core.object.getPropertyAndReferenceNames";
-
- static const char* getPropertyInfo = "ak.wwise.core.object.getPropertyInfo";
-
- static const char* getPropertyNames = "ak.wwise.core.object.getPropertyNames";
-
- static const char* getTypes = "ak.wwise.core.object.getTypes";
-
- static const char* isLinked = "ak.wwise.core.object.isLinked";
-
- static const char* isPropertyEnabled = "ak.wwise.core.object.isPropertyEnabled";
-
- static const char* move = "ak.wwise.core.object.move";
-
- static const char* nameChanged = "ak.wwise.core.object.nameChanged";
-
- static const char* notesChanged = "ak.wwise.core.object.notesChanged";
-
- static const char* pasteProperties = "ak.wwise.core.object.pasteProperties";
-
- static const char* postDeleted = "ak.wwise.core.object.postDeleted";
-
- static const char* preDeleted = "ak.wwise.core.object.preDeleted";
-
- static const char* propertyChanged = "ak.wwise.core.object.propertyChanged";
-
- static const char* referenceChanged = "ak.wwise.core.object.referenceChanged";
-
- static const char* set = "ak.wwise.core.object.set";
-
- static const char* setAttenuationCurve = "ak.wwise.core.object.setAttenuationCurve";
-
- static const char* setLinked = "ak.wwise.core.object.setLinked";
-
- static const char* setName = "ak.wwise.core.object.setName";
-
- static const char* setNotes = "ak.wwise.core.object.setNotes";
-
- static const char* setProperty = "ak.wwise.core.object.setProperty";
-
- static const char* setRandomizer = "ak.wwise.core.object.setRandomizer";
-
- static const char* setReference = "ak.wwise.core.object.setReference";
-
- static const char* setStateGroups = "ak.wwise.core.object.setStateGroups";
-
- static const char* setStateProperties = "ak.wwise.core.object.setStateProperties";
- }
- namespace plugin
- {
-
- static const char* getList = "ak.wwise.core.plugin.getList";
-
- static const char* getProperties = "ak.wwise.core.plugin.getProperties";
-
- static const char* getProperty = "ak.wwise.core.plugin.getProperty";
- }
- namespace profiler
- {
- namespace captureLog
- {
-
- static const char* itemAdded = "ak.wwise.core.profiler.captureLog.itemAdded";
- }
-
- static const char* enableProfilerData = "ak.wwise.core.profiler.enableProfilerData";
-
- static const char* gameObjectRegistered = "ak.wwise.core.profiler.gameObjectRegistered";
-
- static const char* gameObjectReset = "ak.wwise.core.profiler.gameObjectReset";
-
- static const char* gameObjectUnregistered = "ak.wwise.core.profiler.gameObjectUnregistered";
-
- static const char* getAudioObjects = "ak.wwise.core.profiler.getAudioObjects";
-
- static const char* getBusses = "ak.wwise.core.profiler.getBusses";
-
- static const char* getCpuUsage = "ak.wwise.core.profiler.getCpuUsage";
-
- static const char* getCursorTime = "ak.wwise.core.profiler.getCursorTime";
-
- static const char* getGameObjects = "ak.wwise.core.profiler.getGameObjects";
-
- static const char* getLoadedMedia = "ak.wwise.core.profiler.getLoadedMedia";
-
- static const char* getPerformanceMonitor = "ak.wwise.core.profiler.getPerformanceMonitor";
-
- static const char* getRTPCs = "ak.wwise.core.profiler.getRTPCs";
-
- static const char* getStreamedMedia = "ak.wwise.core.profiler.getStreamedMedia";
-
- static const char* getVoiceContributions = "ak.wwise.core.profiler.getVoiceContributions";
-
- static const char* getVoices = "ak.wwise.core.profiler.getVoices";
-
- static const char* saveCapture = "ak.wwise.core.profiler.saveCapture";
-
- static const char* startCapture = "ak.wwise.core.profiler.startCapture";
-
- static const char* stateChanged = "ak.wwise.core.profiler.stateChanged";
-
- static const char* stopCapture = "ak.wwise.core.profiler.stopCapture";
-
- static const char* switchChanged = "ak.wwise.core.profiler.switchChanged";
- }
- namespace project
- {
-
- static const char* loaded = "ak.wwise.core.project.loaded";
-
- static const char* postClosed = "ak.wwise.core.project.postClosed";
-
- static const char* preClosed = "ak.wwise.core.project.preClosed";
-
- static const char* save = "ak.wwise.core.project.save";
-
- static const char* saved = "ak.wwise.core.project.saved";
- }
- namespace remote
- {
-
- static const char* connect = "ak.wwise.core.remote.connect";
-
- static const char* disconnect = "ak.wwise.core.remote.disconnect";
-
- static const char* getAvailableConsoles = "ak.wwise.core.remote.getAvailableConsoles";
-
- static const char* getConnectionStatus = "ak.wwise.core.remote.getConnectionStatus";
- }
- namespace sound
- {
-
- static const char* setActiveSource = "ak.wwise.core.sound.setActiveSource";
- }
- namespace soundbank
- {
-
- static const char* convertExternalSources = "ak.wwise.core.soundbank.convertExternalSources";
-
- static const char* generate = "ak.wwise.core.soundbank.generate";
-
- static const char* generated = "ak.wwise.core.soundbank.generated";
-
- static const char* generationDone = "ak.wwise.core.soundbank.generationDone";
-
- static const char* getInclusions = "ak.wwise.core.soundbank.getInclusions";
-
- static const char* processDefinitionFiles = "ak.wwise.core.soundbank.processDefinitionFiles";
-
- static const char* setInclusions = "ak.wwise.core.soundbank.setInclusions";
- }
- namespace sourceControl
- {
-
- static const char* add = "ak.wwise.core.sourceControl.add";
-
- static const char* checkOut = "ak.wwise.core.sourceControl.checkOut";
-
- static const char* commit = "ak.wwise.core.sourceControl.commit";
-
- static const char* delete_ = "ak.wwise.core.sourceControl.delete";
-
- static const char* getSourceFiles = "ak.wwise.core.sourceControl.getSourceFiles";
-
- static const char* getStatus = "ak.wwise.core.sourceControl.getStatus";
-
- static const char* move = "ak.wwise.core.sourceControl.move";
-
- static const char* revert = "ak.wwise.core.sourceControl.revert";
-
- static const char* setProvider = "ak.wwise.core.sourceControl.setProvider";
- }
- namespace switchContainer
- {
-
- static const char* addAssignment = "ak.wwise.core.switchContainer.addAssignment";
-
- static const char* assignmentAdded = "ak.wwise.core.switchContainer.assignmentAdded";
-
- static const char* assignmentRemoved = "ak.wwise.core.switchContainer.assignmentRemoved";
-
- static const char* getAssignments = "ak.wwise.core.switchContainer.getAssignments";
-
- static const char* removeAssignment = "ak.wwise.core.switchContainer.removeAssignment";
- }
- namespace transport
- {
-
- static const char* create = "ak.wwise.core.transport.create";
-
- static const char* destroy = "ak.wwise.core.transport.destroy";
-
- static const char* executeAction = "ak.wwise.core.transport.executeAction";
-
- static const char* getList = "ak.wwise.core.transport.getList";
-
- static const char* getState = "ak.wwise.core.transport.getState";
-
- static const char* prepare = "ak.wwise.core.transport.prepare";
-
- static const char* stateChanged = "ak.wwise.core.transport.stateChanged";
-
- static const char* useOriginals = "ak.wwise.core.transport.useOriginals";
- }
- namespace undo
- {
-
- static const char* beginGroup = "ak.wwise.core.undo.beginGroup";
-
- static const char* cancelGroup = "ak.wwise.core.undo.cancelGroup";
-
- static const char* endGroup = "ak.wwise.core.undo.endGroup";
-
- static const char* redo = "ak.wwise.core.undo.redo";
-
- static const char* undo = "ak.wwise.core.undo.undo";
- }
- }
- namespace debug
- {
-
- static const char* assertFailed = "ak.wwise.debug.assertFailed";
-
- static const char* enableAsserts = "ak.wwise.debug.enableAsserts";
-
- static const char* enableAutomationMode = "ak.wwise.debug.enableAutomationMode";
-
- static const char* generateToneWAV = "ak.wwise.debug.generateToneWAV";
-
- static const char* getWalTree = "ak.wwise.debug.getWalTree";
-
- static const char* restartWaapiServers = "ak.wwise.debug.restartWaapiServers";
-
- static const char* testAssert = "ak.wwise.debug.testAssert";
-
- static const char* testCrash = "ak.wwise.debug.testCrash";
- }
- namespace ui
- {
-
- static const char* bringToForeground = "ak.wwise.ui.bringToForeground";
-
- static const char* captureScreen = "ak.wwise.ui.captureScreen";
- namespace commands
- {
-
- static const char* execute = "ak.wwise.ui.commands.execute";
-
- static const char* executed = "ak.wwise.ui.commands.executed";
-
- static const char* getCommands = "ak.wwise.ui.commands.getCommands";
-
- static const char* register_ = "ak.wwise.ui.commands.register";
-
- static const char* unregister = "ak.wwise.ui.commands.unregister";
- }
-
- static const char* getSelectedObjects = "ak.wwise.ui.getSelectedObjects";
- namespace project
- {
-
- static const char* close = "ak.wwise.ui.project.close";
-
- static const char* create = "ak.wwise.ui.project.create";
-
- static const char* open = "ak.wwise.ui.project.open";
- }
-
- static const char* selectionChanged = "ak.wwise.ui.selectionChanged";
- }
- namespace waapi
- {
-
- static const char* getFunctions = "ak.wwise.waapi.getFunctions";
-
- static const char* getSchema = "ak.wwise.waapi.getSchema";
-
- static const char* getTopics = "ak.wwise.waapi.getTopics";
- }
- }
- }
|