package js.html
extends MediaStream › EventTarget
Available on jsThe
LocalMediaStream
interface represents a stream of media content fetched from a local data source. This is the interface returned bygetUserMedia()
.Documentation LocalMediaStream by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
stop ():Void
Stops the stream. When the source of the stream is a connected device (such as a camera or microphone), stops capture on the device.
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/LocalMediaStream.html