MediaRecorderErrorEvent
Overview
The MediaRecorderErrorEvent interface represents errors returned by the MediaStream Recording API. It is an Event object that encapsulates a reference to a DOMException describing the error that occurred.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: Event | MediaRecorderErrorEvent
Properties
error
property error: DOMException read;
DOMException error { get; }
var error: DOMException { get{} }
DOMException error { __get; }
ReadOnly Property error() As DOMException
MediaStreamRecorderEvent
property MediaStreamRecorderEvent: dynamic read write;
dynamic MediaStreamRecorderEvent { get; set; }
var MediaStreamRecorderEvent: dynamic { get{} set{} }
dynamic MediaStreamRecorderEvent { __get; __set; }
Property MediaStreamRecorderEvent() As dynamic