Index Hierarchy SPTTrackProvider Protocol Reference Conforms to NSObject Declared in SPTTrackProvider.h Overview This protocol defines an object that can be played by SPTAudioStreamingController. Tasks – tracksForPlayback required method – playableUri required method Instance Methods playableUri Returns the URI to this set of tracks, nil if not supported by player. - (NSURL *)playableUri Declared In SPTTrackProvider.h tracksForPlayback Returns the tracks for playback if no player-supported URI. - (NSArray *)tracksForPlayback Declared In SPTTrackProvider.h Index Hierarchy