aboutsummaryrefslogtreecommitdiff
path: root/files/ru/orphaned/web/api/localmediastream/index.html
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-06 00:36:59 +0000
committerMDN <actions@users.noreply.github.com>2021-07-06 00:36:59 +0000
commitc8a90c7efb53bdf1f1b019a071d9b80e3efb823e (patch)
treeb0eab4399a81ad9a3c73da565a937d1a2f0f3431 /files/ru/orphaned/web/api/localmediastream/index.html
parent9e402885ddc03e6a287453189adb426ec930742a (diff)
downloadtranslated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.tar.gz
translated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.tar.bz2
translated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru/orphaned/web/api/localmediastream/index.html')
-rw-r--r--files/ru/orphaned/web/api/localmediastream/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ru/orphaned/web/api/localmediastream/index.html b/files/ru/orphaned/web/api/localmediastream/index.html
new file mode 100644
index 0000000000..4349f96b4a
--- /dev/null
+++ b/files/ru/orphaned/web/api/localmediastream/index.html
@@ -0,0 +1,23 @@
+---
+title: LocalMediaStream
+slug: orphaned/Web/API/LocalMediaStream
+translation_of: Web/API/LocalMediaStream
+original_slug: Web/API/LocalMediaStream
+---
+<div>{{APIRef("WebRTC")}} {{SeeCompatTable}}</div>
+
+<p>Интерфейс <strong><code>LocalMediaStream</code></strong><strong> </strong>представляет собой поток медиа-контента извлечённый из локального источника данных. Этот интерфейс возвращается из <code><a href="/en-US/docs/WebRTC/navigator.getUserMedia" title="/en-US/docs/WebRTC/navigator.getUserMedia">getUserMedia()</a></code>.</p>
+
+<h2 id="Methods">Methods</h2>
+
+<dl>
+ <dt>{{domxref("LocalMediaStream.stop()")}}</dt>
+ <dd>Останавливает поток. Когда источником потока является подключённое устройство (например, камера или микрофон), останавливает захват на устройстве. </dd>
+</dl>
+
+<h2 id="See_Also">See Also</h2>
+
+<ul>
+ <li>Использование MediaStream API</li>
+ <li><a href="/en-US/docs/WebRTC/navigator.getUserMedia" title="/en-US/docs/WebRTC/navigator.getUserMedia">getUserMedia()</a></li>
+</ul>