コード例 #1
0
ファイル: FmodSystem.cs プロジェクト: nathanchere/nFMOD
 private static extern ErrorCode SetSoftwareFormat(IntPtr system, int samplerate, SoundFormat format, int numoutputchannels, int maxinputchannels, DspResampler resamplemethod);
コード例 #2
0
ファイル: FmodSystem.cs プロジェクト: nathanchere/nFMOD
 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);
コード例 #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);
コード例 #4
0
		internal static extern Result FMOD_System_SetSoftwareFormat(IntPtr systemHandle, int sampleRate, FmodSoundFormat format, int numberOfOutputChannels, int maximumInputChannels, DspResampler resampleMethod);
コード例 #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);
コード例 #6
0
 internal static extern Result FMOD_System_SetSoftwareFormat(IntPtr systemHandle, int sampleRate, FmodSoundFormat format, int numberOfOutputChannels, int maximumInputChannels, DspResampler resampleMethod);