메소드 | 설명 | |
---|---|---|
AddLocalSongsAsync ( string path ) : Task |
Adds the song that are contained in the specified directory recursively in an asynchronous manner to the library.
|
|
AddSongsToPlaylist ( IEnumerable |
Adds the specified song to end of the playlist.
|
|
ChangeToAdmin ( string adminPassword ) : void |
Logs the administrator with the specified password in.
|
|
ChangeToUser ( ) : void |
Changes the access mode to user mode.
|
|
ContinueSong ( ) : void |
Continues the currently loaded song.
|
|
CreateAdmin ( string adminPassword ) : void |
Creates the administrator with the specified password.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Library ( ) : System |
Initializes a new instance of the Library class.
|
|
PauseSong ( ) : void |
Pauses the currently loaded song.
|
|
PlayNextSong ( ) : void |
Plays the next song in the playlist.
|
|
PlayPreviousSong ( ) : void |
Plays the previous song in the playlist.
|
|
PlaySong ( int playlistIndex ) : void |
Plays the song with the specified index in the playlist.
|
|
RemoveFromLibrary ( IEnumerable |
Removes the specified songs from the library.
|
|
RemoveFromPlaylist ( IEnumerable |
Removes the specified songs from the playlist.
|
|
RemoveFromPlaylist ( IEnumerable |
Removes the songs with the specified indexes from the playlist.
|
메소드 | 설명 | |
---|---|---|
AddLocalSongs ( string path ) : void |
Adds the song that are contained in the specified directory recursively to the library.
|
|
DisposeSongs ( IEnumerable |
||
HandleSongFinish ( ) : void | ||
InternPlayNextSong ( ) : void | ||
InternPlaySong ( int playlistIndex ) : void | ||
Update ( ) : void |
public AddLocalSongsAsync ( string path ) : Task | ||
path | string | The path of the directory to search. |
리턴 | Task |
public AddSongsToPlaylist ( IEnumerable |
||
songList | IEnumerable |
The songs to add to the end of the playlist. |
리턴 | void |
public ChangeToAdmin ( string adminPassword ) : void | ||
adminPassword | string | The administrator password. |
리턴 | void |
public CreateAdmin ( string adminPassword ) : void | ||
adminPassword | string | The administrator password. |
리턴 | void |
public PlaySong ( int playlistIndex ) : void | ||
playlistIndex | int | The index of the song in the playlist. |
리턴 | void |
public RemoveFromLibrary ( IEnumerable |
||
songList | IEnumerable |
The list of the songs to remove from the library. |
리턴 | void |
public RemoveFromPlaylist ( IEnumerable |
||
songList | IEnumerable |
The songs to remove. |
리턴 | void |
public RemoveFromPlaylist ( IEnumerable |
||
indexes | IEnumerable |
The indexes of the songs to remove from the playlist. |
리턴 | void |