| Copyright | (c) Joachim Fasting 2012 |
|---|---|
| License | MIT |
| Maintainer | joachifm@fastmail.fm |
| Stability | stable |
| Portability | unportable |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.MPD.Applicative.PlaybackControl
Description
Controlling playback.
Documentation
seek :: Position -> FractionalSeconds -> Command () #
Seek to time in the song at the given position.
seekId :: Id -> FractionalSeconds -> Command () #
Seek to time in the song with the given id.