C# Class Winter.Spotify

Inheritance: Winter.MediaPlayer
Exibir arquivo Open project: dlrudie/Snip

Public Methods

Method Description
ChangeToNextTrack ( ) : void
ChangeToPreviousTrack ( ) : void
DecreasePlayerVolume ( ) : void
IncreasePlayerVolume ( ) : void
MutePlayerAudio ( ) : void
PlayOrPauseTrack ( ) : void
StopTrack ( ) : void
Unload ( ) : void
Update ( ) : void

Private Methods

Method Description
DownloadJson ( string spotifyTitle ) : void
DownloadSpotifyAlbumArtwork ( dynamic jsonSummary ) : void
DownloadSpotifyFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
ResetSinceSpotifyIsNotRunning ( ) : void
SelectTrackByPopularity ( dynamic jsonSummary, string windowTitle ) : int

Method Details

ChangeToNextTrack() public method

public ChangeToNextTrack ( ) : void
return void

ChangeToPreviousTrack() public method

public ChangeToPreviousTrack ( ) : void
return void

DecreasePlayerVolume() public method

public DecreasePlayerVolume ( ) : void
return void

IncreasePlayerVolume() public method

public IncreasePlayerVolume ( ) : void
return void

MutePlayerAudio() public method

public MutePlayerAudio ( ) : void
return void

PlayOrPauseTrack() public method

public PlayOrPauseTrack ( ) : void
return void

StopTrack() public method

public StopTrack ( ) : void
return void

Unload() public method

public Unload ( ) : void
return void

Update() public method

public Update ( ) : void
return void