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