ma_rb_seek_read function

ma_result ma_rb_seek_read(
  1. Pointer<ma_rb> pRB,
  2. int offsetInBytes
)

Implementation

ma_result ma_rb_seek_read(ffi.Pointer<ma_rb> pRB, int offsetInBytes) =>
    ma_result.fromValue(_ma_rb_seek_read(pRB, offsetInBytes));