Exemplo n.º 1
0
 private static extern ErrorCode SetSoftwareFormat(IntPtr system, int samplerate, SoundFormat format, int numoutputchannels, int maxinputchannels, DspResampler resamplemethod);
Exemplo n.º 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);
Exemplo n.º 3
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);
Exemplo n.º 4
0
		internal static extern Result FMOD_System_SetSoftwareFormat(IntPtr systemHandle, int sampleRate, FmodSoundFormat format, int numberOfOutputChannels, int maximumInputChannels, DspResampler resampleMethod);
Exemplo n.º 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);
Exemplo n.º 6
0
 internal static extern Result FMOD_System_SetSoftwareFormat(IntPtr systemHandle, int sampleRate, FmodSoundFormat format, int numberOfOutputChannels, int maximumInputChannels, DspResampler resampleMethod);