Version

    Other Documentation

menu_open
Wwise SDK 2019.1.11
AkReflectionPathInfo Struct Reference

Structure for retrieving information about the indirect paths of a sound that have been calculated via the geometric reflections API. Useful for debug draw applications. More...

Public Attributes

AkVector  imageSource
  Apparent source of the reflected sound that follows this path. More...
 
AkVector  pathPoint [AK_MAX_REFLECTION_PATH_LENGTH]
 
AkAcousticSurface  surfaces [AK_MAX_REFLECTION_PATH_LENGTH]
 
AkUInt32  numPathPoints
  Number of valid elements in the pathPoint[], surfaces[], and diffraction[] arrays. More...
 
AkUInt32  numReflections
  Number of reflections in the pathPoint[] array. Shadow zone diffraction does not count as a reflection. If there is no shadow zone diffraction, numReflections is equal to numPathPoints. More...
 
AkReal32  diffraction [AK_MAX_REFLECTION_PATH_LENGTH]
  Diffraction amount, normalized to the range [0,1]. More...
 
AkReal32  level
  Linear gain applied to image source. More...
 
bool  isOccluded
  True if the sound path was occluded. Note that the spatial audio library must be recompiled with #define AK_DEBUG_OCCLUSION to enable generation of occluded paths. More...
 

Detailed Description

Structure for retrieving information about the indirect paths of a sound that have been calculated via the geometric reflections API. Useful for debug draw applications.

Definition at line 266 of file AkSpatialAudio.h.


The documentation for this struct was generated from the following file:

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