StreamDownloader
public class StreamDownloader
The StreamDownloader is in charge of handling the stream loading proccess
-
Adds a handler for one or more types of streams
Declaration
Swift
public func addHandler(handler: StreamHandler)
Parameters
handler
StreamHandler that will be added to the stream handlers list.