ma_context_sizeof function

  1. @Native<Size Function()>()>()
int ma_context_sizeof()

Retrieves the size of the ma_context object.

This is mainly for the purpose of bindings to know how much memory to allocate.

Implementation

@ffi.Native<ffi.Size Function()>()
external int ma_context_sizeof();