stream property
MediaStream
get
stream
The stream
property of the AudioContext interface represents a
MediaStream containing a single audio MediaStreamTrack with the same
number of channels as the node itself.
You can use this property to get a stream out of the audio graph and feed it into another construct, such as a Media Recorder.
Implementation
external MediaStream get stream;