Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
peridot
0.1.1
Top Level Namespace
Config
Keybinding
Format
MpdClient
Peridot
Config
MPD
Library
Album
Artist
Song
Queue
TBorder
TContainer
TWindow
UI
AlbumWindow
ArtistWindow
PlaylistWindow
QueueWindow
SongWindow
StatusWindow
Window
Server
UIClient
Built with Crystal 1.9.2
2023-10-08 14:50:09 UTC
struct
Peridot::MPD::Queue
Peridot::MPD::Queue
Struct
Value
Object
Defined in:
mpd.cr
Constructors
.new
(connection : Pointer(LibMpdClient::MpdConnection))
Instance Method Summary
#add
(uri : String)
#clear
#delete
(pos : UInt32)
#length
: UInt32
#songs
: Array(Peridot::MPD::Library::Song)
Constructor Detail
def self.
new
(connection : Pointer(LibMpdClient::MpdConnection))
#
[
View source
]
Instance Method Detail
def
add
(uri : String)
#
[
View source
]
def
clear
#
[
View source
]
def
delete
(pos : UInt32)
#
[
View source
]
def
length
: UInt32
#
[
View source
]
def
songs
: Array(
Peridot::MPD::Library::Song
)
#
[
View source
]