DartLrmMidiCallbackFunction typedef

DartLrmMidiCallbackFunction = void Function(Pointer<Void> context, Pointer<Uint8> data, int length, int timestamp)

Implementation

typedef DartLrmMidiCallbackFunction = void Function(
    ffi.Pointer<ffi.Void> context,
    ffi.Pointer<ffi.Uint8> data,
    int length,
    int timestamp);