ma_node_detach_output_bus function

ma_result ma_node_detach_output_bus(
  1. Pointer<Void> pNode,
  2. Dartma_uint32 outputBusIndex
)

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));