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