Class FMOD_DSP_STATE_DFT_FUNCTIONS

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_DSP_STATE_DFT_FUNCTIONS extends Struct<FMOD_DSP_STATE_DFT_FUNCTIONS> implements NativeResource

 struct FMOD_DSP_STATE_DFT_FUNCTIONS {
     {@link FMOD_DSP_DFT_FFTREAL_FUNCI FMOD_DSP_DFT_FFTREAL_FUNC} fftreal;
     {@link FMOD_DSP_DFT_IFFTREAL_FUNCI FMOD_DSP_DFT_IFFTREAL_FUNC} inversefftreal;
 }