MediaStreamConstraints - Web APIs 编辑
The MediaStreamConstraints
dictionary is used when calling getUserMedia()
to specify what kinds of tracks should be included in the returned MediaStream
, and, optionally, to establish constraints for those tracks' settings.
To learn more about how constraints work, see Capabilities, constraints, and settings.
Properties
Some combination—but not necessarily all—of the following properties will exist on the object.
Track constraints
audio
- Either a Boolean (which indicates whether or not an audio track is requested) or a
MediaTrackConstraints
object providing the constraints which must be met by the audio track included in the returnedMediaStream
. If constraints are specified, an audio track is inherently requested. video
- Either a Boolean (which indicates whether or not a video track is requested) or a
MediaTrackConstraints
object providing the constraints which must be met by the video track included in the returnedMediaStream
. If constraints are specified, a video track is inherently requested.
Security
peerIdentity
- A
DOMString
identifying the peer who has sole access to the stream. If this property is specified, only the indicated peer can receive and use the stream. Streams isolated in this way can only be displayed in a media element (<audio>
or<video>
) where the content is protected just as if CORS cross-origin rules were in effect. When a peer identity is set,MediaStreamTrack
s from that peer have theirisolated
flag set totrue
.
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论