aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/mediarecordererrorevent/index.html
blob: 9d5adb0aed8eebf9211b9e30a9a9d6550ce12740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
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
---
<div>{{APIRef("MediaStream Recording")}}</div>

<p><span class="seoSummary"><code>MediaRecorderErrorEvent</code> インターフェイスは、<a href="/ja/docs/Web/API/MediaStream_Recording_API">MediaStream Recording API</a> によって返されるエラーを表します。 発生したエラーを記述する {{domxref("DOMException")}} への参照をカプセル化した {{domxref("Event")}} オブジェクトです。</span></p>

<h2 id="Properties" name="Properties">プロパティ</h2>

<p><em>親インタフェースである {{domxref("Event")}} からプロパティを継承します。</em></p>

<dl>
 <dt>{{domxref("MediaRecorderErrorEvent.error", "error")}} {{ReadOnlyInline}}</dt>
 <dd>発生したエラーに関する情報を含む {{domxref("DOMException")}}。 読み取り専用</dd>
</dl>

<h2 id="Constructor" name="Constructor">コンストラクタ</h2>

<dl>
 <dt>{{domxref("MediaRecorderErrorEvent.MediaRecorderErrorEvent", "MediaStreamRecorderEvent()")}}</dt>
 <dd>指定されたパラメータを使用して新しい <code>MediaRecorderErrorEvent</code> イベントオブジェクトを作成して返します。</dd>
</dl>

<h2 id="Methods" name="Methods">メソッド</h2>

<p><em>親インタフェースである {{domxref("Event")}} からメソッドを継承します。</em></p>

<h2 id="Specifications" name="Specifications">仕様</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様</th>
   <th scope="col">状態</th>
   <th scope="col">コメント</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{ SpecName('MediaStream Recording', 'MediaRecorder.html#errorevent-section', 'MediaRecorderErrorEvent') }}</td>
   <td>{{ Spec2('MediaStream Recording') }}</td>
   <td>初期定義</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>

<p>{{Compat("api.MediaRecorderErrorEvent")}}</p>