ma_rb_init_ex function
Implementation
ma_result ma_rb_init_ex(
int subbufferSizeInBytes,
int subbufferCount,
int subbufferStrideInBytes,
ffi.Pointer<ffi.Void> pOptionalPreallocatedBuffer,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_rb> pRB,
) => ma_result.fromValue(
_ma_rb_init_ex(
subbufferSizeInBytes,
subbufferCount,
subbufferStrideInBytes,
pOptionalPreallocatedBuffer,
pAllocationCallbacks,
pRB,
),
);