MediaTrackSettings
dictionary's
displaySurface
property indicates the type of display surface being captured.
displaySurface = mediaTrackSettings.displaySurface;
值
displaySurface
is a string that comes from the
DisplayCaptureSurfaceType
enumerated type, and is one of the following:
application
浏览器
getDisplayMedia()
调用。
monitor
The video track in the stream presents the complete contents of one or more of the user's screens. Any empty space (if the displays are of different dimensions) is filled with a backdrop chosen by the user agent.
window
The stream's video track presents the contents of a single window selected by the user. The window may be from any application, not necessarily just from within the user agent.
Not all user agents support all of these surface types.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Screen Capture
The definition of 'MediaTrackSettings.displaySurface' in that specification. |
工作草案 | 初始定义 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
displaySurface
|
Chrome 71 | Edge ≤79 | Firefox No | IE No | Opera Yes | Safari ? | WebView Android 71 | Chrome Android 71 | Firefox Android No | Opera Android ? | Safari iOS ? | Samsung Internet Android 10.0 |
完整支持
不支持
兼容性未知
MediaDevices.getDisplayMedia()
MediaStreamTrack.getConstraints()
MediaStreamTrack.applyConstraints()
MediaStreamTrack.getSettings()
MediaTrackSettings
AudioStreamTrack
BlobEvent
CanvasCaptureMediaStream
ConstrainBoolean
ConstrainDOMString
ConstrainDouble
ConstrainLong
DoubleRange
HTMLCanvasElement.captureStream()
LongRange
MediaDevices
MediaStream
MediaStreamTrack
MediaStreamTrackEvent
MediaTrackCapabilities
MediaTrackConstraints
MediaTrackSupportedConstraints
Navigator.mediaDevices
NavigatorUserMedia
NavigatorUserMediaError
VideoStreamTrack
navigator.mediaDevices.getUserMedia()