Inherited Variables
Defined by MediaStreamTrack
A Boolean value with a value of true
if the track is enabled, that is allowed to render the media source stream; or false
if it is disabled, that is not rendering the media source stream but silence and blackness. If the track has been disconnected, this value can be changed but has no more effect.
Returns a DOMString
containing a unique identifier (GUID) for the track; it is generated by the browser.
Inherited Methods
Defined by MediaStreamTrack
Defined by EventTarget
addEventListener (type:String, listener:Function, capture:Bool = false):Void
addEventListener (type:String, listener:EventListener, capture:Bool = false, ?wantsUntrusted:Bool):Void
Throws:
null | DOMError |
---|
removeEventListener (type:String, listener:Function, capture:Bool = false):Void
removeEventListener (type:String, listener:EventListener, capture:Bool = false):Void
Throws:
null | DOMError |
---|