ma_engine_get_time_in_milliseconds function

  1. @Native<ma_uint64 Function(Pointer<ma_engine>)>(ffi.Pointer<ma_engine>)>()
int ma_engine_get_time_in_milliseconds(
  1. Pointer<ma_engine> pEngine
)

Implementation

@ffi.Native<ma_uint64 Function(ffi.Pointer<ma_engine>)>()
external int ma_engine_get_time_in_milliseconds(ffi.Pointer<ma_engine> pEngine);