API reference

SceneIRCallbacks Struct

A struct containing callback functions used when computing an Acoustic Map. The callback functions should be valid for the lifetime of the compute operation, e.g. the function pointer and user data should be valid for as long as INativeInterface.AudioSceneIRCompute or INativeInterface.AudioSceneIRComputeCustomPoints are running.

Fields

IntPtr userData[Get]
A pointer to arbitrary user data that is passed into the callback functions. Can be null.
Did you find this page helpful?