freesound-juce
A JUCE client for accessing the Freesound API
|
This is the complete list of members for FreesoundClient, including all inherited members.
authenticationOnBrowser(int mode=0, Callback cb=[] {}) | FreesoundClient | |
bookmarkSound(String id, String name=String(), String category=String(), Callback cb=[] {}) | FreesoundClient | |
commentSound(String id, String comment, Callback cb=[] {}) | FreesoundClient | |
contentSearch(String target, String descriptorsFilter=String(), int page=-1, int pageSize=-1, String fields=String(), String descriptors=String(), int normalized=0) | FreesoundClient | |
describeSound(String uploadFilename, String description, String license, String name=String(), String tags=String(), String pack=String(), String geotag=String()) | FreesoundClient | |
downloadPack(FSPack pack, const File &location, URL::DownloadTask::Listener *listener=nullptr) | FreesoundClient | |
downloadSound(FSSound sound, const File &location, URL::DownloadTask::Listener *listener=nullptr) | FreesoundClient | |
editSoundDescription(String id, String name=String(), String tags=String(), String description=String(), String license=String(), String pack=String(), String geotag=String(), Callback cb=[] {}) | FreesoundClient | |
exchangeToken(String authCode, Callback cb=[] {}) | FreesoundClient | |
fetchNextPage(FSList fslist) | FreesoundClient | |
fetchNextPage(SoundList fslist) | FreesoundClient | |
fetchPreviousPage(FSList fslist) | FreesoundClient | |
fetchPreviousPage(SoundList fslist) | FreesoundClient | |
FreesoundClient() | FreesoundClient | |
FreesoundClient(String secret) | FreesoundClient | |
FreesoundClient(String id, String secret) | FreesoundClient | |
getClientID() | FreesoundClient | |
getHeader() | FreesoundClient | |
getMe() | FreesoundClient | |
getPack(String id) | FreesoundClient | |
getPackSounds(String id, String descriptorsFilter=String(), int page=-1, int pageSize=-1, String fields=String(), String descriptors=String(), int normalized=0) | FreesoundClient | |
getSimilarSounds(String id, String descriptorsFilter=String(), int page=-1, int pageSize=-1, String fields=String(), String descriptors=String(), int normalized=0) | FreesoundClient | |
getSound(String id, String fields=String()) | FreesoundClient | |
getSoundAnalysis(String id, String descriptors=String(), int normalized=0) | FreesoundClient | |
getToken() | FreesoundClient | |
getUser(String user) | FreesoundClient | |
getUserBookmarkCategories(String username) | FreesoundClient | |
getUserBookmarkCategoriesSounds(String username, String bookmarkCategory) | FreesoundClient | |
getUserPacks(String username) | FreesoundClient | |
getUserSounds(String username, String descriptorsFilter=String(), int page=-1, int pageSize=-1, String fields=String(), String descriptors=String(), int normalized=0) | FreesoundClient | |
isTokenNotEmpty() | FreesoundClient | |
pendingUploads() | FreesoundClient | |
rateSound(String id, int rating, Callback cb=[] {}) | FreesoundClient | |
refreshAccessToken(Callback cb=[] {}) | FreesoundClient | |
textSearch(String query, String filter=String(), String sort="score", int groupByPack=0, int page=-1, int pageSize=-1, String fields=String(), String descriptors=String(), int normalized=0) | FreesoundClient | |
uploadSound(const File &fileToUpload, String tags, String description, String name=String(), String license="Creative Commons 0", String pack=String(), String geotag=String(), Callback cb=[] {}) | FreesoundClient |