Class: SpringStreams

SpringStreams

new SpringStreams(site)

If you have more questions, please contact Kantar Media.
Parameters:
Name Type Description
site String The sitename

Methods

(static) track(stream, att, adapter)

Call this method to start the tracking of a streaming content. The sensor gets access to the stream by the given adapter. The variable stream is mandatory in the attributes object. the Stream can be described by the atts parameter.
Parameters:
Name Type Description
stream String stream The name of the stream content
att Map att A map which contains information about the streaming content.
adapter StreamAdapter adapter The stream adapter which handles the access to the underlying streaming content.
Returns:
A Stream object.

(static) unload()

External callback, synchronize and unload all the open streams.