MathLibSetSpectNormalizationByBandsWidth method

int MathLibSetSpectNormalizationByBandsWidth(
  1. Pointer<NativeMathLib> mathLibPtr,
  2. bool fl,
  3. Pointer<NativeOpStatus> opResult
)

Implementation

int MathLibSetSpectNormalizationByBandsWidth(
  ffi.Pointer<NativeMathLib> mathLibPtr,
  bool fl,
  ffi.Pointer<NativeOpStatus> opResult,
) {
  return _MathLibSetSpectNormalizationByBandsWidth(
    mathLibPtr,
    fl,
    opResult,
  );
}