ma_delay_init function
ma_result
ma_delay_init(
- Pointer<
ma_delay_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_delay> pDelay
Implementation
ma_result ma_delay_init(
ffi.Pointer<ma_delay_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_delay> pDelay,
) => ma_result.fromValue(_ma_delay_init(pConfig, pAllocationCallbacks, pDelay));