BrowserCaptureMediaStreamTrack
-
Represents a single video track; extends the
MediaStreamTrack
class with methods to limit the part of a self-capture stream (for example, a user's screen or window) that is captured. CaptureController
-
Provides methods that can be used to further manipulate a capture session separate from its initiation via
getDisplayMedia()
call as the value of the options object'scontroller
property. CropTarget
-
Provides a static method,
CropTarget
instance that can be used to crop a captured video track to the area in which a specified element is rendered. RestrictionTarget
-
Provides a static method,
RestrictionTarget
instance that can be used to restrict a captured video track to a specified DOM element.