Firelight Technologies FMOD Studio API
FMOD_COMPLEX
Complex number structure used for holding FFT frequency domain-data for FMOD_FFTREAL and FMOD_IFFTREAL DSP functions.
C/C++ Syntax
typedef struct {
float real;
float imag;
} FMOD_COMPLEX;
JavaScript Syntax
struct FMOD_COMPLEX
{
real,
imag,
};
Members
real
Real component
imag
Imaginary component
Remarks
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.COMPLEX()", no 'new' keyword is required.
See Also
Version 1.10.03 Built on Feb 1, 2018