ma_node_detach_output_bus function
Implementation
ma_result ma_node_detach_output_bus(
ffi.Pointer<ma_node> pNode,
Dartma_uint32 outputBusIndex,
) => ma_result.fromValue(_ma_node_detach_output_bus(pNode, outputBusIndex));
ma_result ma_node_detach_output_bus(
ffi.Pointer<ma_node> pNode,
Dartma_uint32 outputBusIndex,
) => ma_result.fromValue(_ma_node_detach_output_bus(pNode, outputBusIndex));