mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
parent
58022a11fa
commit
686556decc
1 changed files with 3 additions and 1 deletions
|
@ -2139,7 +2139,9 @@ fluid_player_play(fluid_player_t *player)
|
|||
return FLUID_OK;
|
||||
}
|
||||
/**
|
||||
* Stops a MIDI player.
|
||||
* Stops a MIDI player, i.e. pauses the playback.
|
||||
*
|
||||
* It will not rewind to the beginning of the file, use fluid_player_seek() for this purpose.
|
||||
* @param player MIDI player instance
|
||||
* @return Always returns #FLUID_OK
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue