Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Functions
Operations

Functions

(void) - SpotifyPlayer::setArray:
(void) - SpotifyPlayer::loginToSpotifyWithUsername:andPassword:
(void) - SpotifyPlayer::playTrackAtIndex:
(void) - SpotifyPlayer::getCoverImageForTrack:
(void) - SpotifyPlayer::timerFireMethod:
(void) - SpotifyPlayer::initAudioSession

Function Documentation

- (void) getCoverImageForTrack: (SPTrack *)  track
- (void) initAudioSession
- (void) loginToSpotifyWithUsername: (NSString *)  username
andPassword: (NSString *)  password 
Parameters:
theArrayThe array of tracks to be played. Called in the previous view controller, this method fills the array with tracks to be played.
- (void) playTrackAtIndex: (NSNumber *)  index
- (void) setArray: (NSArray *)  theArray
Parameters:
theArrayThe array of tracks to be played. Called in the previous view controller, this method fills the array with tracks to be played.
- (void) timerFireMethod: (NSTimer*)  theTimer