Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Load ( Song song ) : void |
Loads the specified song into the Espera.Core.Audio.LocalAudioPlayer. This is required before playing a new song.
|
|
Pause ( ) : void |
Pauses the playback of the LoadedSong.
|
|
Play ( ) : void |
Starts or continues the playback of the LoadedSong.
|
|
Stop ( ) : void |
Stops the playback of the LoadedSong.
|
Method | Description | |
---|---|---|
OnSongFinished ( EventArgs e ) : void |
Raises the SongFinished event.
|
public Load ( Song song ) : void | ||
song | Song | The song to load into the player. |
return | void |
protected OnSongFinished ( EventArgs e ) : void | ||
e | EventArgs | The |
return | void |