MediaTrackSettings
dictionary's
cursor
property indicates whether or not the cursor should be captured as part of the video track included in the
MediaStream
返回通过
getDisplayMedia()
.
cursorSetting = mediaTrackSettings.cursor;
值
cursor
comes from the
CursorCaptureConstraint
enumerated string type, and may have one of the following values:
always
The mouse should always be visible in the video content of the {domxref("MediaStream"), unless the mouse has moved outside the area of the content.
motion
The mouse cursor should always be included in the video if it's moving, and for a short time after it stops moving.
never
The mouse cursor is never included in the shared video.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Screen Capture
The definition of 'MediaTrackSettings.cursor' in that specification. |
工作草案 | 初始定义 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
cursor
|
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()