struct Peridot::MPD::Queue

Defined in:

mpd.cr

Constructors

Instance Method Summary

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]