C# 클래스 Chimney.MPD.ChimneyMPDClient

상속: ChimneyMPDBase
파일 보기 프로젝트 열기: opengd/Chimney

공개 메소드들

메소드 설명
AddIdToPlaylist ( string file ) : Task
AddToPlaylist ( string file ) : Task
AddToPlaylist ( string file, string playlistname ) : Task
Channels ( ) : Task>
ClearError ( ) : Task
CurrentSong ( ) : Task
DebugSend ( string s ) : Task
DisableOutput ( string outputid = "0" ) : Task
EnableOutput ( string outputid = "0" ) : Task
FindFile ( string file ) : Task
GetStatus ( ) : Task
IsDbUpdating ( ) : Task
ListAll ( ) : Task>
ListAllInfo ( ) : Task>
ListPlaylists ( ) : Task>
LoadPlaylist ( string playlist ) : Task
LoadPlaylist ( string playlist, int start, int end ) : Task
Next ( ) : Task
Outputs ( ) : Task>
Pause ( ) : Task
Play ( int songposition ) : Task
PlayId ( int songid ) : Task
PlaybackSettingsConsume ( bool settings ) : Task
PlaybackSettingsCrossfade ( int seconds ) : Task
PlaybackSettingsRandom ( bool settings ) : Task
PlaybackSettingsRepeat ( bool settings ) : Task
PlaybackSettingsSingle ( bool settings ) : Task
Playlist ( ) : Task>
Playlist ( string playlistname ) : Task>
PlaylistChanges ( int version ) : Task>
PlaylistClear ( ) : Task
PlaylistClear ( string playlistname ) : Task
PlaylistId ( int Id ) : Task
PlaylistMoveItem ( int id, int pos ) : Task
PlaylistMoveItem ( int id, int pos, string playlistname ) : Task
Previous ( ) : Task
Prio ( int id, int prio ) : Task
PrioRange ( int from, int to, int prio ) : Task
ReadMessages ( ) : Task>
RemoveFromPlaylist ( int position ) : Task
RemoveFromPlaylist ( int position, string playlistname ) : Task
RemoveIdFromPlaylist ( int id ) : Task
RemovePlaylist ( string playlist ) : Task
RenamePlaylist ( string oldplaylistname, string newplaylistname ) : Task
SavePlaylist ( string playlist ) : Task
Search ( string type, string searchstring ) : Task>
SearchAddToPlaylist ( string playlist, string type, string searchstring ) : Task
SeekCurrent ( int time ) : Task
SeekId ( int time, int id ) : Task
SendMessage ( string channel, string message ) : Task
Shuffle ( ) : Task
Songlist ( string URI = "", string ordertype = "", List currentPlaylist = null ) : Task>
Start ( ) : Task
Stats ( ) : Task
Stop ( ) : Task
SubscribeToChannel ( string channel ) : Task
UnsubscribeToChannel ( string channel ) : Task
UpdateDb ( string URI = "" ) : Task
Volume ( double volume ) : Task

메소드 상세

AddIdToPlaylist() 공개 메소드

public AddIdToPlaylist ( string file ) : Task
file string
리턴 Task

AddToPlaylist() 공개 메소드

public AddToPlaylist ( string file ) : Task
file string
리턴 Task

AddToPlaylist() 공개 메소드

public AddToPlaylist ( string file, string playlistname ) : Task
file string
playlistname string
리턴 Task

Channels() 공개 메소드

public Channels ( ) : Task>
리턴 Task>

ClearError() 공개 메소드

public ClearError ( ) : Task
리턴 Task

CurrentSong() 공개 메소드

public CurrentSong ( ) : Task
리턴 Task

DebugSend() 공개 메소드

public DebugSend ( string s ) : Task
s string
리턴 Task

DisableOutput() 공개 메소드

public DisableOutput ( string outputid = "0" ) : Task
outputid string
리턴 Task

EnableOutput() 공개 메소드

public EnableOutput ( string outputid = "0" ) : Task
outputid string
리턴 Task

FindFile() 공개 메소드

public FindFile ( string file ) : Task
file string
리턴 Task

GetStatus() 공개 메소드

public GetStatus ( ) : Task
리턴 Task

IsDbUpdating() 공개 메소드

public IsDbUpdating ( ) : Task
리턴 Task

ListAll() 공개 메소드

public ListAll ( ) : Task>
리턴 Task>

ListAllInfo() 공개 메소드

public ListAllInfo ( ) : Task>
리턴 Task>

ListPlaylists() 공개 메소드

public ListPlaylists ( ) : Task>
리턴 Task>

LoadPlaylist() 공개 메소드

public LoadPlaylist ( string playlist ) : Task
playlist string
리턴 Task

LoadPlaylist() 공개 메소드

public LoadPlaylist ( string playlist, int start, int end ) : Task
playlist string
start int
end int
리턴 Task

Next() 공개 메소드

public Next ( ) : Task
리턴 Task

Outputs() 공개 메소드

public Outputs ( ) : Task>
리턴 Task>

Pause() 공개 메소드

public Pause ( ) : Task
리턴 Task

Play() 공개 메소드

public Play ( int songposition ) : Task
songposition int
리턴 Task

PlayId() 공개 메소드

public PlayId ( int songid ) : Task
songid int
리턴 Task

PlaybackSettingsConsume() 공개 메소드

public PlaybackSettingsConsume ( bool settings ) : Task
settings bool
리턴 Task

PlaybackSettingsCrossfade() 공개 메소드

public PlaybackSettingsCrossfade ( int seconds ) : Task
seconds int
리턴 Task

PlaybackSettingsRandom() 공개 메소드

public PlaybackSettingsRandom ( bool settings ) : Task
settings bool
리턴 Task

PlaybackSettingsRepeat() 공개 메소드

public PlaybackSettingsRepeat ( bool settings ) : Task
settings bool
리턴 Task

PlaybackSettingsSingle() 공개 메소드

public PlaybackSettingsSingle ( bool settings ) : Task
settings bool
리턴 Task

Playlist() 공개 메소드

public Playlist ( ) : Task>
리턴 Task>

Playlist() 공개 메소드

public Playlist ( string playlistname ) : Task>
playlistname string
리턴 Task>

PlaylistChanges() 공개 메소드

public PlaylistChanges ( int version ) : Task>
version int
리턴 Task>

PlaylistClear() 공개 메소드

public PlaylistClear ( ) : Task
리턴 Task

PlaylistClear() 공개 메소드

public PlaylistClear ( string playlistname ) : Task
playlistname string
리턴 Task

PlaylistId() 공개 메소드

public PlaylistId ( int Id ) : Task
Id int
리턴 Task

PlaylistMoveItem() 공개 메소드

public PlaylistMoveItem ( int id, int pos ) : Task
id int
pos int
리턴 Task

PlaylistMoveItem() 공개 메소드

public PlaylistMoveItem ( int id, int pos, string playlistname ) : Task
id int
pos int
playlistname string
리턴 Task

Previous() 공개 메소드

public Previous ( ) : Task
리턴 Task

Prio() 공개 메소드

public Prio ( int id, int prio ) : Task
id int
prio int
리턴 Task

PrioRange() 공개 메소드

public PrioRange ( int from, int to, int prio ) : Task
from int
to int
prio int
리턴 Task

ReadMessages() 공개 메소드

public ReadMessages ( ) : Task>
리턴 Task>

RemoveFromPlaylist() 공개 메소드

public RemoveFromPlaylist ( int position ) : Task
position int
리턴 Task

RemoveFromPlaylist() 공개 메소드

public RemoveFromPlaylist ( int position, string playlistname ) : Task
position int
playlistname string
리턴 Task

RemoveIdFromPlaylist() 공개 메소드

public RemoveIdFromPlaylist ( int id ) : Task
id int
리턴 Task

RemovePlaylist() 공개 메소드

public RemovePlaylist ( string playlist ) : Task
playlist string
리턴 Task

RenamePlaylist() 공개 메소드

public RenamePlaylist ( string oldplaylistname, string newplaylistname ) : Task
oldplaylistname string
newplaylistname string
리턴 Task

SavePlaylist() 공개 메소드

public SavePlaylist ( string playlist ) : Task
playlist string
리턴 Task

Search() 공개 메소드

public Search ( string type, string searchstring ) : Task>
type string
searchstring string
리턴 Task>

SearchAddToPlaylist() 공개 메소드

public SearchAddToPlaylist ( string playlist, string type, string searchstring ) : Task
playlist string
type string
searchstring string
리턴 Task

SeekCurrent() 공개 메소드

public SeekCurrent ( int time ) : Task
time int
리턴 Task

SeekId() 공개 메소드

public SeekId ( int time, int id ) : Task
time int
id int
리턴 Task

SendMessage() 공개 메소드

public SendMessage ( string channel, string message ) : Task
channel string
message string
리턴 Task

Shuffle() 공개 메소드

public Shuffle ( ) : Task
리턴 Task

Songlist() 공개 메소드

public Songlist ( string URI = "", string ordertype = "", List currentPlaylist = null ) : Task>
URI string
ordertype string
currentPlaylist List
리턴 Task>

Start() 공개 메소드

public Start ( ) : Task
리턴 Task

Stats() 공개 메소드

public Stats ( ) : Task
리턴 Task

Stop() 공개 메소드

public Stop ( ) : Task
리턴 Task

SubscribeToChannel() 공개 메소드

public SubscribeToChannel ( string channel ) : Task
channel string
리턴 Task

UnsubscribeToChannel() 공개 메소드

public UnsubscribeToChannel ( string channel ) : Task
channel string
리턴 Task

UpdateDb() 공개 메소드

public UpdateDb ( string URI = "" ) : Task
URI string
리턴 Task

Volume() 공개 메소드

public Volume ( double volume ) : Task
volume double
리턴 Task