Example #1
0
 public static extern PmError Pm_OpenInput(
     out IntPtr stream,
     int inputDevice,
     IntPtr inputDriverInfo,
     int bufferSize,
     PmTimeProcPtr time_proc,
     IntPtr time_info);
Example #2
0
 public static extern PmError Pm_OpenOutput(
     out IntPtr stream,
     int outputDevice,
     IntPtr outputDriverInfo,
     int bufferSize,
     PmTimeProcPtr time_proc,
     IntPtr time_info,
     int latency);
Example #3
0
        public static extern PmError Pm_OpenOutput(
			out IntPtr stream,
			int outputDevice,
			IntPtr outputDriverInfo,
			int bufferSize,
			PmTimeProcPtr time_proc,
			IntPtr time_info,
			int latency);
Example #4
0
        public static extern PmError Pm_OpenInput(
			out IntPtr stream,
			int inputDevice,
			IntPtr inputDriverInfo,
			int bufferSize,
			PmTimeProcPtr time_proc,
			IntPtr time_info);