Exemple #1
0
 private static extern ErrorCode SetSoftwareFormat(IntPtr system, int samplerate, SoundFormat format, int numoutputchannels, int maxinputchannels, DspResampler resamplemethod);
Exemple #2
0
 private static extern ErrorCode GetSoftwareFormat(IntPtr system, ref int samplerate, ref SoundFormat format, ref int numoutputchannels, ref int maxinputchannels, ref DspResampler resamplemethod, ref int bits);
		internal static extern Result FMOD_System_GetSoftwareFormat(IntPtr systemHandle, ref int sampleRate, ref FmodSoundFormat format, ref int numberOfOutputChannels, ref int maximumInputChannels, ref DspResampler resampleMethod, ref int bits);
		internal static extern Result FMOD_System_SetSoftwareFormat(IntPtr systemHandle, int sampleRate, FmodSoundFormat format, int numberOfOutputChannels, int maximumInputChannels, DspResampler resampleMethod);
Exemple #5
0
 internal static extern Result FMOD_System_GetSoftwareFormat(IntPtr systemHandle, ref int sampleRate, ref FmodSoundFormat format, ref int numberOfOutputChannels, ref int maximumInputChannels, ref DspResampler resampleMethod, ref int bits);
Exemple #6
0
 internal static extern Result FMOD_System_SetSoftwareFormat(IntPtr systemHandle, int sampleRate, FmodSoundFormat format, int numberOfOutputChannels, int maximumInputChannels, DspResampler resampleMethod);