getStreamData
The getStreamData function is used for returning specific information about songs(s)
array
getStreamData
([int $band_id = false], [int $song_id = false], [string $mode = false], [string $type = 'null'], [int $limit = 'null'], [int $exclude = 'null'], [string $genre = false], [int $quota = false])
-
int
$band_id: Band_ID to get songs for
-
int
$song_id: Song_ID can be used to specify a specific song_id
-
string
$mode: Mode can be song_hifi or song_lofi
-
string
$type: Type of videos to get (extension)
-
int
$limit: Limit limit number of videos returned
-
int
$exclude: Exclude given band_id
-
string
$genre: Genre for songs
-
int
$quota: Quota requirement
|