Contents

stop

Stops playback and rewinds to the current time of zero.

Declaration

void stop();

Discussion

After this method is called, the currentTime property is 0. Like pause, this causes wantsToPlay to become false.

See Also

Instance Methods