pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
787 stars 57 forks source link

Support stopping playback #3

Open pcwalton opened 9 years ago

pcwalton commented 9 years ago

There should be a convenient API on Player to stop playback and resume from the start.

est31 commented 7 years ago

Maybe once #5 is implemented, this can be considered fixed as well? With a seeking API stopping should be quite easy.