|
freesound-juce
A JUCE client for accessing the Freesound API
|
A class which implements the Pack instance. More...
#include <FreesoundAPI.h>
Public Member Functions | |
| FSPack () | |
| Default constructor, creates an empty Pack object. More... | |
| FSPack (var pack) | |
| Constructor from the response of a pack instance request. More... | |
| String | getID () |
| Gets the identifier of the pack. More... | |
Public Attributes | |
| String | id |
| The unique identifier of this pack. | |
| URL | url |
| The URI for this pack on the Freesound website. | |
| String | description |
| The URI for this pack on the Freesound website. | |
| String | created |
| The date when the pack was created. | |
| String | name |
| The name user gave to the pack. | |
| String | username |
| Username of the creator of the pack. | |
| int | numSounds |
| The number of sounds in the pack. | |
| URL | sounds |
| The URI for a list of sounds in the pack. | |
| int | numDownloads |
| The number of times this pack has been downloaded. | |
A class which implements the Pack instance.
| FSPack::FSPack | ( | ) |
Default constructor, creates an empty Pack object.
| FSPack::FSPack | ( | var | pack | ) |
Constructor from the response of a pack instance request.
| pack | The response of a pack instance request. |
| String FSPack::getID | ( | ) |
Gets the identifier of the pack.
1.8.16