Variable: stream
const
stream:Stream
What
stream
represents the stream which is being processed at the time.
The stream
object is available in any script-based Processor, e.g. the Javascript Processor.
How to use
You can access it directly without the need to instantiate it. It provides a number of functions which can - and sometimes have to - be invoked to control stream processing.
Please check the Stream documentation for more information.