버전
menu

Wwise SDK 2025.1.0
AkConstants.h 파일 참조

이 파일의 소스 코드 페이지로 가기

매크로

#define AK_MAX_LANGUAGE_NAME_SIZE   (32)
 
#define AKCOMPANYID_PLUGINDEV_MIN   (64)
 
#define AKCOMPANYID_PLUGINDEV_MAX   (255)
 
#define AKCOMPANYID_AUDIOKINETIC   (0)
 Audiokinetic inc. 더 자세히 ...
 
#define AKCOMPANYID_AUDIOKINETIC_EXTERNAL   (1)
 Audiokinetic inc. 더 자세히 ...
 
#define AKCOMPANYID_MCDSP   (256)
 McDSP 더 자세히 ...
 
#define AKCOMPANYID_WAVEARTS   (257)
 WaveArts 더 자세히 ...
 
#define AKCOMPANYID_PHONETICARTS   (258)
 Phonetic Arts 더 자세히 ...
 
#define AKCOMPANYID_IZOTOPE   (259)
 iZotope 더 자세히 ...
 
#define AKCOMPANYID_CRANKCASEAUDIO   (261)
 Crankcase Audio 더 자세히 ...
 
#define AKCOMPANYID_IOSONO   (262)
 IOSONO 더 자세히 ...
 
#define AKCOMPANYID_AUROTECHNOLOGIES   (263)
 Auro Technologies 더 자세히 ...
 
#define AKCOMPANYID_DOLBY   (264)
 Dolby 더 자세히 ...
 
#define AKCOMPANYID_TWOBIGEARS   (265)
 Two Big Ears 더 자세히 ...
 
#define AKCOMPANYID_OCULUS   (266)
 Oculus 더 자세히 ...
 
#define AKCOMPANYID_BLUERIPPLESOUND   (267)
 Blue Ripple Sound 더 자세히 ...
 
#define AKCOMPANYID_ENZIEN   (268)
 Enzien Audio 더 자세히 ...
 
#define AKCOMPANYID_KROTOS   (269)
 Krotos (Dehumanizer) 더 자세히 ...
 
#define AKCOMPANYID_NURULIZE   (270)
 Nurulize 더 자세히 ...
 
#define AKCOMPANYID_SUPERPOWERED   (271)
 Super Powered 더 자세히 ...
 
#define AKCOMPANYID_GOOGLE   (272)
 Google 더 자세히 ...
 
#define AKCOMPANYID_VISISONICS   (277)
 Visisonics 더 자세히 ...
 
#define AKCODECID_BANK   (0)
 Bank encoding 더 자세히 ...
 
#define AKCODECID_PCM   (1)
 PCM encoding 더 자세히 ...
 
#define AKCODECID_ADPCM   (2)
 ADPCM encoding 더 자세히 ...
 
#define AKCODECID_XMA   (3)
 XMA encoding 더 자세히 ...
 
#define AKCODECID_VORBIS   (4)
 Vorbis encoding 더 자세히 ...
 
#define AKCODECID_WIIADPCM   (5)
 ADPCM encoding on the Wii 더 자세히 ...
 
#define AKCODECID_PCM_WAV   (7)
 Standard PCM WAV file parser 더 자세히 ...
 
#define AKCODECID_EXTERNAL_SOURCE   (8)
 External Source (unknown encoding) 더 자세히 ...
 
#define AKCODECID_XWMA   (9)
 xWMA encoding 더 자세히 ...
 
#define AKCODECID_FILE_PACKAGE   (11)
 File package files generated by the File Packager utility. 더 자세히 ...
 
#define AKCODECID_ATRAC9   (12)
 ATRAC-9 encoding 더 자세히 ...
 
#define AKCODECID_VAG   (13)
 VAG/HE-VAG encoding 더 자세히 ...
 
#define AKCODECID_PROFILERCAPTURE   (14)
 Profiler capture file (.prof) as written through AK::SoundEngine::StartProfilerCapture 더 자세히 ...
 
#define AKCODECID_ANALYSISFILE   (15)
 Analysis file 더 자세히 ...
 
#define AKCODECID_MIDI   (16)
 MIDI file 더 자세히 ...
 
#define AKCODECID_OPUSNX   (17)
 OpusNX encoding 더 자세히 ...
 
#define AKCODECID_CAF   (18)
 CAF file 더 자세히 ...
 
#define AKCODECID_AKOPUS   (19)
 Opus encoding, 2018.1 to 2019.2 더 자세히 ...
 
#define AKCODECID_AKOPUS_WEM   (20)
 Opus encoding, wrapped in WEM 더 자세히 ...
 
#define AKCODECID_MEMORYMGR_DUMP   (21)
 Memory stats file as written through AK::MemoryMgr::DumpToFile(); 더 자세히 ...
 
#define AKCODECID_SONY360   (22)
 Sony 360 encoding 더 자세히 ...
 
#define AKCODECID_BANK_EVENT   (30)
 Bank encoding for event banks. These banks are contained in the /event sub-folder. 더 자세히 ...
 
#define AKCODECID_BANK_BUS   (31)
 Bank encoding for bus banks. These banks are contained in the /bus sub-folder. 더 자세히 ...
 
#define AKPLUGINID_RECORDER   (132)
 Recorder Plugin 더 자세히 ...
 
#define AKPLUGINID_IMPACTER   (184)
 Impacter Plugin 더 자세히 ...
 
#define AKPLUGINID_SYSTEM_OUTPUT_META   (900)
 System output metadata 더 자세히 ...
 
#define AKPLUGINID_AUDIO_OBJECT_ATTENUATION_META   (901)
 Attenuation curve metadata 더 자세히 ...
 
#define AKPLUGINID_AUDIO_OBJECT_PRIORITY_META   (902)
 Audio object priority metadata 더 자세히 ...
 
#define AKEXTENSIONID_SPATIALAUDIO   (800)
 Spatial Audio 더 자세히 ...
 
#define AKEXTENSIONID_INTERACTIVEMUSIC   (801)
 Interactive Music 더 자세히 ...
 
#define AKEXTENSIONID_MIDIDEVICEMGR   (802)
 MIDI Device Manager (Authoring) 더 자세히 ...
 
#define AK_WAVE_FORMAT_VAG   0xFFFB
 
#define AK_WAVE_FORMAT_AT9   0xFFFC
 
#define AK_WAVE_FORMAT_VORBIS   0xFFFF
 
#define AK_WAVE_FORMAT_OPUSNX   0x3039
 
#define AK_WAVE_FORMAT_OPUS   0x3040
 
#define AK_WAVE_FORMAT_OPUS_WEM   0x3041
 
#define AK_WAVE_FORMAT_XMA2   0x166
 
#define AK_INVALID_SAMPLE_POS   0xFFFFFFFF
 

변수

static const AkPluginID AK_INVALID_PLUGINID = (AkPluginID)-1
 Invalid FX ID 더 자세히 ...
 
static const AkPluginID AK_INVALID_SHARE_SET_ID = (AkPluginID)-1
 Invalid Share Set ID 더 자세히 ...
 
static const AkGameObjectID AK_INVALID_GAME_OBJECT = (AkGameObjectID)-1
 Invalid game object (may also mean all game objects) 더 자세히 ...
 
static const AkUniqueID AK_INVALID_UNIQUE_ID = 0
 Invalid unique 32-bit ID 더 자세히 ...
 
static const AkRtpcID AK_INVALID_RTPC_ID = 0
 Invalid RTPC ID 더 자세히 ...
 
static const AkPlayingID AK_INVALID_PLAYING_ID = 0
 Invalid playing ID 더 자세히 ...
 
static const AkUInt32 AK_DEFAULT_SWITCH_STATE = 0
 Switch selected if no switch has been set yet 더 자세히 ...
 
static const AkMemPoolId AK_INVALID_POOL_ID = -1
 Invalid pool ID 더 자세히 ...
 
static const AkMemPoolId AK_DEFAULT_POOL_ID = -1
 Default pool ID, same as AK_INVALID_POOL_ID 더 자세히 ...
 
static const AkAuxBusID AK_INVALID_AUX_ID = 0
 Invalid auxiliary bus ID (or no Aux bus ID) 더 자세히 ...
 
static const AkFileID AK_INVALID_FILE_ID = (AkFileID)-1
 Invalid file ID 더 자세히 ...
 
static const AkCacheID AK_INVALID_CACHE_ID = (AkCacheID)-1
 Invalid cache ID 더 자세히 ...
 
static const AkDeviceID AK_INVALID_DEVICE_ID = (AkDeviceID)-1
 Invalid streaming device ID 더 자세히 ...
 
static const AkBankID AK_INVALID_BANK_ID = 0
 Invalid bank ID 더 자세히 ...
 
static const AkArgumentValueID AK_FALLBACK_ARGUMENTVALUE_ID = 0
 Fallback argument value ID 더 자세히 ...
 
static const AkChannelMask AK_INVALID_CHANNELMASK = 0
 Invalid channel mask 더 자세히 ...
 
static const AkUInt32 AK_INVALID_OUTPUT_DEVICE_ID = 0
 Invalid Device ID 더 자세히 ...
 
static const AkPipelineID AK_INVALID_PIPELINE_ID = 0
 Invalid pipeline ID (for profiling) 더 자세히 ...
 
static const AkAudioObjectID AK_INVALID_AUDIO_OBJECT_ID = (AkAudioObjectID)-1
 Invalid audio object ID 더 자세히 ...
 
static const AkGameObjectID AK_TRANSPORT_GAME_OBJECT = (AkGameObjectID)(-2)
 Game object ID used by Wwise Authoring when playing back sounds using the Transport view. 더 자세히 ...
 
static const AkGameObjectID AK_DIRECT_GAME_OBJECT = (AkGameObjectID)(-3)
 Game object ID used by Wwise Authoring when playing back sounds directly using the transport or media pool. 더 자세히 ...
 
static const AkPriority AK_DEFAULT_PRIORITY = 50
 Default sound / I/O priority 더 자세히 ...
 
static const AkPriority AK_MIN_PRIORITY = 0
 Minimal priority value [0,100] 더 자세히 ...
 
static const AkPriority AK_MAX_PRIORITY = 100
 Maximal priority value [0,100] 더 자세히 ...
 
static const AkPriority AK_DEFAULT_BANK_IO_PRIORITY = 50
 Default bank load I/O priority 더 자세히 ...
 
static const AkReal32 AK_DEFAULT_BANK_THROUGHPUT = 1 * 1024 * 1024 / 1000.f
 Default bank load throughput (1 Mb/ms) 더 자세히 ...
 
static const AkUInt32 AK_SOUNDBANK_VERSION = 168
 Version of the soundbank reader (update AkBanks.h as well) 더 자세히 ...
 
static const AkJobType AkJobType_Generic = 0
 Job type for general-purpose work 더 자세히 ...
 
static const AkJobType AkJobType_AudioProcessing = 1
 Job type for DSP work 더 자세히 ...
 
static const AkJobType AkJobType_SpatialAudio = 2
 Job type for Spatial Audio computations 더 자세히 ...
 
static const AkUInt32 AK_NUM_JOB_TYPES = 3
 Number of possible job types recognized by the Sound Engine 더 자세히 ...
 

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요