profil method

int profil(
  1. Pointer<UnsignedShort> __sample_buffer,
  2. int __size,
  3. int __offset,
  4. int __scale,
)

Implementation

int profil(
  ffi.Pointer<ffi.UnsignedShort> __sample_buffer,
  int __size,
  int __offset,
  int __scale,
) {
  return _profil(
    __sample_buffer,
    __size,
    __offset,
    __scale,
  );
}