ma_device_init_ex function
ma_result
ma_device_init_ex(
- Pointer<
ma_uint32> backends, - Dartma_uint32 backendCount,
- Pointer<
ma_context_config> pContextConfig, - Pointer<
ma_device_config> pConfig, - Pointer<
ma_device> pDevice,
Implementation
ma_result ma_device_init_ex(
ffi.Pointer<ffi.UnsignedInt> backends,
Dartma_uint32 backendCount,
ffi.Pointer<ma_context_config> pContextConfig,
ffi.Pointer<ma_device_config> pConfig,
ffi.Pointer<ma_device> pDevice,
) => ma_result.fromValue(
_ma_device_init_ex(backends, backendCount, pContextConfig, pConfig, pDevice),
);