package mediastream
- Alphabetic
- Public
- All
Type Members
-
trait
MediaDeviceInfo extends Object
- Annotations
- @JSType() @native()
-
trait
MediaDeviceKind extends Any
see https://www.w3.org/TR/2016/CR-mediacapture-streams-20160519/#idl-def-MediaDeviceKind in W3C spec
see https://www.w3.org/TR/2016/CR-mediacapture-streams-20160519/#idl-def-MediaDeviceKind in W3C spec
- Annotations
- @JSType() @native()
-
trait
MediaDevices extends raw.EventTarget
The MediaDevices interface provides access to connected media input devices like cameras and microphones, as well as screen sharing.
The MediaDevices interface provides access to connected media input devices like cameras and microphones, as well as screen sharing. In essence, it lets you obtain access to any hardware source of media data.
MDN
- Annotations
- @JSType() @native()
-
class
MediaStream extends raw.EventTarget
The MediaStream
The MediaStream
https://www.w3.org/TR/2016/CR-mediacapture-streams-20160519/
MDN
- Annotations
- @JSType() @native() @JSGlobal()
-
trait
MediaStreamConstraints extends Object
- Annotations
- @JSType() @native()
-
trait
MediaStreamTrack extends raw.EventTarget
- Annotations
- @JSType() @native()
-
class
MediaStreamTrackEvent extends raw.Event
- Annotations
- @JSType() @native() @JSGlobal()
-
trait
MediaStreamTrackEventInit extends Object with EventInit
- Annotations
- @JSType()
-
trait
MediaStreamTrackState extends Any
see https://www.w3.org/TR/2013/WD-mediacapture-streams-20130903/#widl-MediaStream-onended in W3C spec
see https://www.w3.org/TR/2013/WD-mediacapture-streams-20130903/#widl-MediaStream-onended in W3C spec
- Annotations
- @JSType() @native()
-
trait
MediaTrackConstraintSet extends Object
- Annotations
- @JSType() @native()
-
trait
MediaTrackConstraints extends Object with MediaTrackConstraintSet
- Annotations
- @JSType() @native()
-
trait
MediaTrackSettings extends Object
- Annotations
- @JSType()
-
trait
MediaTrackSupportedConstraints extends Object
The MediaTrackSupportedConstraints dictionary establishes the list of constrainable properties recognized by the user agent or browser in its implementation of the MediaStreamTrack object.
The MediaTrackSupportedConstraints dictionary establishes the list of constrainable properties recognized by the user agent or browser in its implementation of the MediaStreamTrack object. An object conforming to MediaTrackSupportedConstraints is returned by MediaDevices.getSupportedConstraints().
MDN
- Annotations
- @JSType()
Value Members
- object MediaDeviceInfo
- object MediaDeviceKind
- object MediaStreamConstraints
- object MediaStreamTrack
- object MediaStreamTrackState
- object MediaTrackConstraintSet
- object MediaTrackConstraints