MediaStreamEvent
package js.html
extends Event
Available on js
The MediaStreamEvent interface represents events that occurs in relation to a MediaStream. Two events of this type can be thrown: addstream and removestream.
Documentation MediaStreamEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Constructor
new(type:String, ?eventInitDict:Null<MediaStreamEventInit>)
Throws:
null |
DOMError |
|---|
Variables
read onlystream:MediaStream
Contains the MediaStream containing the stream associated with the event.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MediaStreamEvent.html