ma_rb_commit_read function

ma_result ma_rb_commit_read(
  1. Pointer<ma_rb> pRB,
  2. int sizeInBytes
)

Implementation

ma_result ma_rb_commit_read(ffi.Pointer<ma_rb> pRB, int sizeInBytes) =>
    ma_result.fromValue(_ma_rb_commit_read(pRB, sizeInBytes));