ma_engine_get_device function

  1. @Native<Pointer<ma_device> Function(Pointer<ma_engine> pEngine)>(ffi.Pointer<ma_engine>)>()
Pointer<ma_device> ma_engine_get_device(
  1. Pointer<ma_engine> pEngine
)

Implementation

@ffi.Native<ffi.Pointer<ma_device> Function(ffi.Pointer<ma_engine>)>()
external ffi.Pointer<ma_device> ma_engine_get_device(
  ffi.Pointer<ma_engine> pEngine,
);