ma_engine_get_log function

  1. @Native<Pointer<ma_log> Function(Pointer<ma_engine> pEngine)>(ffi.Pointer<ma_engine>)>()
Pointer<ma_log> ma_engine_get_log(
  1. Pointer<ma_engine> pEngine
)

Implementation

@ffi.Native<ffi.Pointer<ma_log> Function(ffi.Pointer<ma_engine>)>()
external ffi.Pointer<ma_log> ma_engine_get_log(ffi.Pointer<ma_engine> pEngine);