Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
scrobbly
master
Top Level Namespace
Scrobbly
Backend
Signal
State
Backends
Mpd
CommandError
Config
Pipe
Config
Config
BackendConfigs
FrontendConfigs
Frontend
Command
Frontends
Lastfm
Config
Error
SessionResponse
Session
TokenResponse
Log
Config
SongInfo
TimeSpanConverter
Timer
Control
State
Time
Span
Built with Crystal 1.9.2
2023-10-07 19:50:38 UTC
enum
Scrobbly::Backend::Signal
Defined in:
scrobbly/backend.cr
Enum Members
SongChange
=
0
Play
=
1
Pause
=
2
Stop
=
3
Instance Method Summary
#pause?
#play?
#song_change?
#stop?
Instance Method Detail
def
pause?
#
[
View source
]
def
play?
#
[
View source
]
def
song_change?
#
[
View source
]
def
stop?
#
[
View source
]