--- title: MediaRecorderErrorEvent slug: Web/API/MediaRecorderErrorEvent tags: - AV - Audio - Error - Event - Interface - Media - MediaRecorderErrorEvent - MediaStream - MediaStream Recording - MediaStream Recording API - Recording Audio - Recording Media - Recording Video - Video - WebRTC translation_of: Web/API/MediaRecorderErrorEvent ---
MediaRecorderErrorEvent
インターフェイスは、MediaStream Recording API によって返されるエラーを表します。 発生したエラーを記述する {{domxref("DOMException")}} への参照をカプセル化した {{domxref("Event")}} オブジェクトです。
親インタフェースである {{domxref("Event")}} からプロパティを継承します。
MediaRecorderErrorEvent
イベントオブジェクトを作成して返します。親インタフェースである {{domxref("Event")}} からメソッドを継承します。
仕様 | 状態 | コメント |
---|---|---|
{{ SpecName('MediaStream Recording', 'MediaRecorder.html#errorevent-section', 'MediaRecorderErrorEvent') }} | {{ Spec2('MediaStream Recording') }} | 初期定義 |
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("api.MediaRecorderErrorEvent")}}