コード例 #1
0
ファイル: Channel.cs プロジェクト: eberletj/Vixen2Development
 public RESULT getSpectrum(float[] spectrumarray, int numvalues, int channeloffset, DSP_FFT_WINDOW windowtype)
 {
     return(Channel.FMOD_Channel_GetSpectrum(channelraw, spectrumarray, numvalues, channeloffset, windowtype));
 }