getTracks()
getTracks(integer $start, integer $total) : array<mixed,\duncan3dc\Sonos\Interfaces\TrackInterface>
Get tracks from the queue.
Parameters
integer | $start | The zero-based position in the queue to start from |
integer | $total | The maximum number of tracks to return |