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