onInit property
Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, ma_read_proc onRead, ma_seek_proc onSeek, ma_tell_proc onTell, Pointer<Void> pReadSeekTellUserData, Pointer<ma_decoding_backend_config> pConfig, Pointer<ma_allocation_callbacks> pAllocationCallbacks, Pointer<Pointer<ma_data_source> > ppBackend)> >
onInit
getter/setter pair
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Int Function(
ffi.Pointer<ffi.Void> pUserData,
ma_read_proc onRead,
ma_seek_proc onSeek,
ma_tell_proc onTell,
ffi.Pointer<ffi.Void> pReadSeekTellUserData,
ffi.Pointer<ma_decoding_backend_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ffi.Pointer<ma_data_source>> ppBackend)>> onInit;