mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update documentation.
This commit is contained in:
@@ -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(&splitterNode, ma_node_state_started); <span style="color:#009900">// The default state.</span>
|
||||
ma_node_set_state(&splitterNode, ma_node_state_stopped);
|
||||
ma_node_set_state(&splitterNode, ma_node_state_muted);
|
||||
</pre></div><p>
|
||||
|
||||
By default the node is in a started state, but since it won't be connected to anything won't
|
||||
|
||||
Reference in New Issue
Block a user