FMOD_DSP_STATE_PAN_FUNCTIONS

FMOD Studio API

Firelight Technologies FMOD Studio API

FMOD_DSP_STATE_PAN_FUNCTIONS

Struct containing panning helper functions for spatialization plugins.

C/C++ Syntax

typedef struct {
  FMOD_DSP_PAN_SUMMONOMATRIX_FUNC summonomatrix;
  FMOD_DSP_PAN_SUMSTEREOMATRIX_FUNC sumstereomatrix;
  FMOD_DSP_PAN_SUMSURROUNDMATRIX_FUNC sumsurroundmatrix;
  FMOD_DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC summonotosurroundmatrix;
  FMOD_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC sumstereotosurroundmatrix;
  FMOD_DSP_PAN_GETROLLOFFGAIN_FUNC getrolloffgain;
} FMOD_DSP_STATE_PAN_FUNCTIONS;

Members

summonomatrix

[r] TBD.

sumstereomatrix

[r] TBD.

sumsurroundmatrix

[r] TBD.

summonotosurroundmatrix

[r] TBD.

sumstereotosurroundmatrix

[r] TBD.

getrolloffgain

[r] TBD.

Remarks

These are experimental, please contact [email protected] for more information.

Members marked with [r] mean read only for the developer, read/write for the FMOD system.

Members marked with [w] mean read/write for the developer, read only for the FMOD system.

JavaScript only :

Not all fields are currently supported or may not work as expected at this time. To initialize an new instance in javascript use "FMOD.DSP_STATE_PAN_FUNCTIONS()", no 'new' keyword is required.

See Also



Version 1.10.03 Built on Feb 1, 2018