ma_node_set_state function

ma_result ma_node_set_state(
  1. Pointer<Void> pNode,
  2. ma_node_state state
)

Implementation

ma_result ma_node_set_state(ffi.Pointer<ma_node> pNode, ma_node_state state) =>
    ma_result.fromValue(_ma_node_set_state(pNode, state.value));