CallibriMathLibPushData method
void
CallibriMathLibPushData(
- Pointer<
NativeCallibriMathLib> callibriMathLibPtr, - Pointer<
Double> samples, - int samplesCount
Implementation
void CallibriMathLibPushData(
ffi.Pointer<NativeCallibriMathLib> callibriMathLibPtr,
ffi.Pointer<ffi.Double> samples,
int samplesCount,
) {
return _CallibriMathLibPushData(
callibriMathLibPtr,
samples,
samplesCount,
);
}