示例#1
0
 public static extern Error iplCreateBinauralRenderer(IntPtr globalContext, RenderingSettings renderingSettings, HRTFParams hrtfParams, [In, Out] ref IntPtr renderer);
示例#2
0
 public static extern Error iplCreateEnvironmentalRenderer(IntPtr globalContext, IntPtr environment,
                                                           RenderingSettings renderingSettings, AudioFormat outputFormat, IntPtr threadCreateCallback,
                                                           IntPtr threadDestroyCallback, [In, Out] ref IntPtr renderer);
示例#3
0
文件: Core.cs 项目: Bnaga/ProjectVrij
 public static extern Error iplCreateSimulationData(SimulationSettings simulationSettings, RenderingSettings renderingSettings, [In, Out] ref IntPtr simulationData);