文件名称:媒体设备:在浏览器中轻松管理媒体设备
文件大小:158KB
文件格式:ZIP
更新时间:2024-03-15 21:54:00
TypeScript
媒体设备 在浏览器中轻松管理媒体设备 目的 media-devices包装了并尝试规范化尽可能多的跨浏览器怪癖()。 它还提供了一个设备列表差异观察者,当添加,删除或更新设备时通知您。 API 该API是复本,但ondevicechange ,已被更多的钟声代替。 概述如下: import MediaDevices from 'media-devices' // List the available hardware await MediaDevices . enumerateDevices ( ) // Get the user's camera & microphone await MediaDevices . getUserMedia ( { video : true , audio : true } ) // Share your screen await MediaDevi
【文件预览】:
media-devices-main
----.github()
--------workflows()
----yarn.lock(369KB)
----.eslintrc.js(73B)
----src()
--------index.ts(143B)
--------enumerate-devices.ts(2KB)
--------__tests__()
--------support-detection.ts(487B)
--------test-utils()
--------device-manager.ts(7KB)
--------get-user-media.ts(264B)
----tsconfig.json(538B)
----LICENSE(1KB)
----README.md(5KB)
----.gitignore(34B)
----CHANGELOG.md(877B)
----package.json(1KB)