onGetHeapSize property

Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampler_config> pConfig, Pointer<Size> pHeapSizeInBytes)>> onGetHeapSize
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(
            ffi.Pointer<ffi.Void> pUserData,
            ffi.Pointer<ma_resampler_config> pConfig,
            ffi.Pointer<ffi.Size> pHeapSizeInBytes)>> onGetHeapSize;