Copyright | (c) Joachim Fasting 2012 |
---|---|
License | MIT |
Maintainer | joachifm@fastmail.fm |
Stability | stable |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
Controlling playback.
Synopsis
- next :: Command ()
- pause :: Bool -> Command ()
- toggle :: Command ()
- play :: Maybe Position -> Command ()
- playId :: Id -> Command ()
- previous :: Command ()
- seek :: Position -> FractionalSeconds -> Command ()
- seekId :: Id -> FractionalSeconds -> Command ()
- seekCur :: Bool -> FractionalSeconds -> Command ()
- stop :: Command ()