mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +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;
|
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
|
* @param player MIDI player instance
|
||||||
* @return Always returns #FLUID_OK
|
* @return Always returns #FLUID_OK
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue