aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/mediarecordererrorevent/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/mediarecordererrorevent/index.html')
-rw-r--r--files/ja/web/api/mediarecordererrorevent/index.html71
1 files changed, 71 insertions, 0 deletions
diff --git a/files/ja/web/api/mediarecordererrorevent/index.html b/files/ja/web/api/mediarecordererrorevent/index.html
new file mode 100644
index 0000000000..0a070b6859
--- /dev/null
+++ b/files/ja/web/api/mediarecordererrorevent/index.html
@@ -0,0 +1,71 @@
+---
+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>
+
+<div class="hidden">
+<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+</div>
+
+<p>{{Compat("api.MediaRecorderErrorEvent")}}</p>