Version
menu

Wwise SDK 2025.1.0
AkSoundEngineTypes.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

 AkFileParser
 Public data structures for converted file format.
 

Macros

#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. More...
 
#define AK_COMM_DEFAULT_DISCOVERY_PORT   24024
 Default discovery port for most platforms using IP sockets for communication. More...
 
#define AkRegister
 

Typedefs

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

Functions

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

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise