LocalMediaStream
package js.html
extends MediaStream › EventTarget
Available on js
The LocalMediaStream
interface was part of the Media Capture and Streams API, representing a stream of data being generated locally (such as by getUserMedia()
. However, getUserMedia()
now returns a MediaStream
instead, and this interface has been removed from the specification.
Documentation LocalMediaStream by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Methods
stop():Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/LocalMediaStream.html