EHS
|
This is the complete list of members for ehs::Spotify, including all inherited members.
AddTrack(const Str_8 &playlistId, const Str_8 &trackId, const UInt_32 pos=0) | ehs::Spotify | |
AddTracks(const Str_8 &playlistId, const Array< Str_8 > &trackIds, const UInt_32 pos=0) | ehs::Spotify | |
Authorize() | ehs::Spotify | |
GetClientId() const | ehs::Spotify | |
GetPlayingTrack(Vector< Str_8 > &artists, Str_8 &id, Str_8 &name) | ehs::Spotify | |
GetQueue(Array< Track > &tracks) | ehs::Spotify | |
GetRedURI() const | ehs::Spotify | |
GetSecret() const | ehs::Spotify | |
IsActive() const | ehs::Spotify | |
IsVerificationForced() const | ehs::Spotify | |
Pause() | ehs::Spotify | |
Play() | ehs::Spotify | |
Previous() | ehs::Spotify | |
QueueTrack(const Str_8 &id) | ehs::Spotify | |
SearchTrack(Vector< Str_8 > &artists, Str_8 &id, Str_8 &name) | ehs::Spotify | |
Seek(UInt_32 pos) | ehs::Spotify | |
SetRepeat(SpotifyState state) | ehs::Spotify | |
SetShuffle(bool state) | ehs::Spotify | |
SetVolume(UInt_8 level) | ehs::Spotify | |
Skip() | ehs::Spotify | |
Spotify() | ehs::Spotify | |
Spotify(Str_8 clientId, Str_8 secret, Str_8 redURI, Array< Str_8 > scopes, bool forceVerify) | ehs::Spotify | |
trackUriPrefix | ehs::Spotify | static |
~Spotify() | ehs::Spotify | virtual |