ma_engine_get_endpoint function

  1. @Native<Pointer<Void> Function(Pointer<ma_engine> pEngine)>(ffi.Pointer<ma_engine>)>()
Pointer<Void> ma_engine_get_endpoint(
  1. Pointer<ma_engine> pEngine
)

Implementation

@ffi.Native<ffi.Pointer<ma_node> Function(ffi.Pointer<ma_engine>)>()
external ffi.Pointer<ma_node> ma_engine_get_endpoint(
  ffi.Pointer<ma_engine> pEngine,
);