Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. MediaTrackSettings
  4. cursor

MediaTrackSettings: cursor property

TheMediaTrackSettings dictionary'scursor property indicates whether or not the cursor should be captured as part of the video track included in theMediaStream returned bygetDisplayMedia().

Value

The value ofcursor comes from theCursorCaptureConstraint enumerated string type, and may have one of the following values:

always

The mouse should always be visible in the video content of theMediaStream, 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.

Specifications

This feature does not appear to be defined in any specification.

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp