#include <api.h>
Data Fields | |
int | api_version |
The version of the Spotify API your application is compiled with. Set to SPOTIFY_API_VERSION. | |
const char * | cache_location |
The location where Spotify will write cache files. | |
const char * | settings_location |
The location where Spotify will write settings files. | |
const void * | application_key |
Your application key. | |
size_t | application_key_size |
The size of the application key in bytes. | |
const char * | user_agent |
"User-Agent" for your application - max 255 characters long | |
const sp_session_callbacks * | callbacks |
Delivery callbacks for session events, or NULL if you are not interested in any callbacks (not recommended!). | |
void * | userdata |
User supplied data for your application. |