Fix documentation of fluid_player_stop()

Addresses #550
This commit is contained in:
derselbst 2019-08-17 15:10:58 +02:00
parent 58022a11fa
commit 686556decc
1 changed files with 3 additions and 1 deletions

View File

@ -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
*/