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.
工作草案 初始定义

浏览器兼容性

The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request. 更新 GitHub 上的兼容性数据
桌面 移动
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
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

图例

完整支持

完整支持

不支持

不支持

兼容性未知 ?

兼容性未知

另请参阅

元数据

  • 最后修改: