示例#1
0
 public static extern Error iplCreateConvolutionEffect(IntPtr renderer, byte[] name, SimulationType simulationType, AudioFormat inputFormat, AudioFormat outputFormat, [In, Out] ref IntPtr effect);
示例#2
0
 public static extern Error iplCreateDirectSoundEffect(IntPtr renderer, AudioFormat inputFormat, AudioFormat outputFormat, [In, Out] ref IntPtr effect);
示例#3
0
 public static extern Error iplCreateAmbisonicsBinauralEffect(IntPtr renderer, AudioFormat inputFormat, AudioFormat outputFormat, [In, Out] ref IntPtr effect);
示例#4
0
 public static extern Error iplCreateEnvironmentalRenderer(GlobalContext globalContext, IntPtr environment,
                                                           RenderingSettings renderingSettings, AudioFormat outputFormat, IntPtr threadCreateCallback,
                                                           IntPtr threadDestroyCallback, [In, Out] ref IntPtr renderer);
示例#5
0
 public static extern Error iplCreateConvolutionEffect(IntPtr renderer, BakedDataIdentifier identifier, SimulationType simulationType, AudioFormat inputFormat, AudioFormat outputFormat, [In, Out] ref IntPtr effect);