starts the Streamer
if(typeof(this.inputFunction) == "function" && typeof(this.outputFunction) == "function"){ timer.start(); return; } throw new Error("You cannot start a Streamer without an input and an output function.");