Err spPause (SPPlayer *player)
spStop()
in that playback cannot be restarted at the position at which spStop()
occurred. Resume playback with spResume()
.
Sets SP_STATUS_F_PAUSED. Calling spPause()
multiple times has no effect, the calls do not nest. Calling spPause()
while the SPPlayer's SP_STATUS_F_PLAYING flag is not set has no effect. The paused state is superceded by a call to spStop()
or spStartPlaying()
.
There is presently no way to know if an SPPlayer is paused.
Data can still be spooled while paused if there were any completed buffers prior to pausing.
spResume
(), spStartPlaying(), spStop()