Method
RBShellPlayerstop
Declaration [src]
void
rb_shell_player_stop (
RBShellPlayer* player
)
Description [src]
Completely stops playback, freeing resources and unloading the file.
In general rb_shell_player_pause()
should be used instead, as it stops the
audio, but does not completely free resources.