So I've been pulling my hair out on this one. I can't for the life of me figure out how to enable shuffle or repeat on the SPTAudioStreamingController
. How do I do it? All I can find is this:
let player = SPTAudioStreamingController.sharedInstance()
player.playbackState.isShuffling = true
player.playbackState.isRepeating = true
Unfortunately these are get-only. Where are the setters?