ma_data_source_node_init function
ma_result
ma_data_source_node_init(
- Pointer<
ma_node_graph> pNodeGraph, - Pointer<
ma_data_source_node_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_data_source_node> pDataSourceNode,
Implementation
ma_result ma_data_source_node_init(
ffi.Pointer<ma_node_graph> pNodeGraph,
ffi.Pointer<ma_data_source_node_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_data_source_node> pDataSourceNode,
) => ma_result.fromValue(
_ma_data_source_node_init(
pNodeGraph,
pConfig,
pAllocationCallbacks,
pDataSourceNode,
),
);