Update documentation.

This commit is contained in:
David Reid
2021-12-30 06:39:11 +10:00
parent 98b235b228
commit bac1583508
+1 -2
View File
@@ -3637,7 +3637,7 @@ copied streams.
</p>
<p>
You can start, stop and mute a node with the following:
You can start and stop a node with the following:
</p>
<p>
@@ -3645,7 +3645,6 @@ You can start, stop and mute a node with the following:
<div style="font-family:monospace; border:solid 1px #003800; border-left:solid 0.5em #003800; margin:1em 0em; width:100%;"><pre style="margin:0.5em 1em; padding:0; line-height:125%; overflow-x:auto;">
ma_node_set_state(&amp;splitterNode, ma_node_state_started); <span style="color:#009900">// The default state.</span>
ma_node_set_state(&amp;splitterNode, ma_node_state_stopped);
ma_node_set_state(&amp;splitterNode, ma_node_state_muted);
</pre></div><p>
By default the node is in a started state, but since it won&#39;t be connected to anything won&#39;t