ma_engine_stop function

ma_result ma_engine_stop(
  1. Pointer<ma_engine> pEngine
)

Implementation

ma_result ma_engine_stop(ffi.Pointer<ma_engine> pEngine) =>
    ma_result.fromValue(_ma_engine_stop(pEngine));