mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update documentation.
This commit is contained in:
@@ -282,9 +282,6 @@ will track a pointer to the data source in the chain that is currently playing.
|
||||
consistently read from the head data source this state will become inconsistent and things won't
|
||||
work correctly. When using a chain, this pointer needs to be reset if you need to play the
|
||||
chain again from the start:
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<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_data_source_set_current(&headDataSource, &headDataSource);
|
||||
|
||||
Reference in New Issue
Block a user