The Wayback Machine - https://web.archive.org/web/20150919062348/https://developer.mozilla.org/zh-CN/docs/Web/API/LocalMediaStream

LocalMediaStream

3 位贡献者:

这篇文章需要技术审查。

我们的志愿者还没有将这篇文章翻译为 中文 (简体) 。加入我们帮助完成翻译!

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.

The LocalMediaStream interface represents a stream of media content fetched from a local data source. This is the interface returned by getUserMedia().

Methods

LocalMediaStream.stop()
Stops the stream. When the source of the stream is a connected device (such as a camera or microphone), stops capture on the device.

See Also

文档标签和贡献者

向此页面作出贡献: teoli, kscarfone, Potch
最后编辑者: teoli,