Package-level declarations
Types
The InputDeviceInfo
interface of the Media Capture and Streams API gives access to the capabilities of the input device that it represents. Available only in secure contexts.
The MediaDeviceInfo
interface of the Media Capture and Streams API contains information that describes a single media input or output device. Available only in secure contexts.
The MediaDevices
interface of the Media Capture and Streams API provides access to connected media input devices like cameras and microphones, as well as screen sharing. Available only in secure contexts.
Functions
The enumerateDevices()
method of the MediaDevices interface requests a list of the currently available media input and output devices, such as microphones, cameras, headsets, and so forth.
The getDisplayMedia()
method of the MediaDevices interface prompts the user to select and grant permission to capture the contents of a display or portion thereof (such as a window) as a MediaStream.
The getUserMedia()
method of the MediaDevices interface prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media.