目录
目标平台:

Wwise SDK 2018.1.11
|
AkLinuxSoundEngine.h
浏览该文件的文档.
40 ///< Use AkAPI_Default, it will select the more appropriate API depending on the computer's capabilities. Other values should be used for testing purposes.
46 AkAPI_Default = AkAPI_PulseAudio | AkAPI_ALSA, ///< Default value, will select the more appropriate API
58 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL)
59 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build.
62 AkReal32 fLEngineDefaultPoolRatioThreshold; ///< 0.0f to 1.0f value: The percentage of occupied memory where the sound engine should enter in Low memory mode. \ref soundengine_initialization_advanced_soundengine_using_memory_threshold
67 AkUInt16 uNumRefillsInVoice; ///< Number of refill buffers in voice buffer. 2 == double-buffered, defaults to 4.
68 AkAudioAPI eAudioAPI; ///< Main audio API to use. Leave to AkAPI_Default for the default sink (default value).
AkThreadProperties threadBankManager
Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL)
Definition: AkAndroidSoundEngine.h:51
AkUInt32 uSampleRate
Sampling Rate. Set to 0 to get the native sample rate. Default value is 0.
Definition: AkAndroidSoundEngine.h:58
AkThreadProperties threadLEngine
Lower engine threading properties
Definition: AkAndroidSoundEngine.h:49
Use PulseAudio (this is the preferred API on Linux)
Definition: AkLinuxSoundEngine.h:44
Definition: AkAndroidSoundEngine.h:46
AkUInt32 uLEngineDefaultPoolSize
Lower Engine default memory pool size
Definition: AkAndroidSoundEngine.h:56
AkReal32 fLEngineDefaultPoolRatioThreshold
0.0f to 1.0f value: The percentage of occupied memory where the sound engine should enter in Low memo...
Definition: AkAndroidSoundEngine.h:55
Definition: AkPlatformFuncs.h:48
AkUInt16 uNumRefillsInVoice
Number of refill buffers in voice buffer. Defaults to 4.
Definition: AkAndroidSoundEngine.h:59
Default value, will select the more appropriate API
Definition: AkLinuxSoundEngine.h:46
AkThreadProperties threadOutputMgr
Ouput thread threading properties
Definition: AkAndroidSoundEngine.h:50
AkThreadProperties threadMonitor
Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL)....
Definition: AkAndroidSoundEngine.h:52