版本
menu

Wwise SDK 2025.1.0
AkSoundEngineTypes.h 文件参考

浏览源代码.

struct  AkAudioSettings
 Configured audio settings 更多...
 
struct  AkDeviceDescription
 
struct  AkObstructionOcclusionValues
 Obstruction/occlusion pair for a position 更多...
 
struct  AkAuxSendValue
 Auxiliary bus sends information per game object per given auxiliary bus. 更多...
 
struct  AkExternalSourceInfo
 
struct  AkRamp
 Volume ramp specified by end points "previous" and "next". 更多...
 
struct  AkOutputSettings
 Platform-independent initialization settings of output devices. 更多...
 
struct  AkCodecDescriptor
 
struct  WwiseObjectIDext
 
struct  WwiseObjectID
 
struct  AkGraphPointBase< VALUE_TYPE >
 Type for a point in an RTPC or Attenuation curve. 更多...
 
struct  AkFileParser::EnvelopePoint
 Analyzed envelope point. 更多...
 

命名空间

 AkFileParser
 Public data structures for converted file format.
 

宏定义

#define AK_WPTR(__t__, __n__)
 
#define AkMax(x1, x2)   (((x1) > (x2))? (x1): (x2))
 
#define AkMin(x1, x2)   (((x1) < (x2))? (x1): (x2))
 
#define AkClamp(x, min, max)   ((x) < (min)) ? (min) : (((x) > (max) ? (max) : (x)))
 
#define AK_ASYNC_OPEN_DEFAULT   (false)
 Refers to asynchronous file opening in default low-level IO. 更多...
 
#define AK_COMM_DEFAULT_DISCOVERY_PORT   24024
 Default discovery port for most platforms using IP sockets for communication. 更多...
 
#define AkRegister
 

类型定义

typedef IAkSoftwareCodec *(* AkCreateFileSourceCallback) (void *in_pCtx)
 Registered file source creation function prototype. 更多...
 
typedef IAkSoftwareCodec *(* AkCreateBankSourceCallback) (void *in_pCtx)
 Registered bank source node creation function prototype. 更多...
 
typedef IAkFileCodec *(* AkCreateFileCodecCallback) ()
 Registered FileCodec creation function prototype. 更多...
 
typedef IAkGrainCodec *(* AkCreateGrainCodecCallback) ()
 Registered IAkGrainCodec creation function prototype. 更多...
 
typedef AkGraphPointBase< AkReal32AkRTPCGraphPoint
 

函数

AkRamp operator* (const AkRamp &in_rLhs, const AkRamp &in_rRhs)
 

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅