module MpdClient
Direct including types
Defined in:
mpd.cr
Instance Method Summary
Instance Method Detail
abstract
def
bit_rate : Int32
#
abstract
def
consume : Void
#
abstract
def
consume? : Bool
#
abstract
def
decrease_volume : Void
#
abstract
def
elapsed_time : UInt32
#
abstract
def
increase_volume : Void
#
abstract
def
next : Void
#
abstract
def
play(id : UInt32) : Void
#
abstract
def
play : Void
#
abstract
def
playlist_load(name : String) : Void
#
abstract
def
playlists : Array(String)
#
abstract
def
previous : Void
#
abstract
def
queue_add(uri : String) : Void
#
abstract
def
queue_clear : Void
#
abstract
def
queue_delete(pos : UInt32) : Void
#
abstract
def
queue_length : UInt32
#
abstract
def
random : Void
#
abstract
def
random? : Bool
#
abstract
def
repeat : Void
#
abstract
def
repeat? : Bool
#
abstract
def
seek_backward : Void
#
abstract
def
seek_forward : Void
#
abstract
def
single : Void
#
abstract
def
single? : Bool
#
abstract
def
state : String | Nil
#
abstract
def
stop : Void
#
abstract
def
toggle_pause : Void
#
abstract
def
total_time : UInt32
#
abstract
def
volume : Int32
#