Example #1
0
 public void SetChorusProperties(EFXChorusProperties props)
 {
     WrapException.CheckForException((ref IntPtr e) => effect_setChorusProperties(handle, ref props, ref e));
 }
Example #2
0
 private static extern void effect_setChorusProperties(IntPtr dm, ref EFXChorusProperties props, ref IntPtr exceptionPointer);