org.scalajs.dom.experimental

mediastream

package mediastream

Visibility
  1. Public
  2. All

Type Members

  1. trait MediaDeviceInfo extends Object

    Annotations
    @RawJSType() @native()
  2. trait MediaDeviceKind extends Any

    see https://www.w3.org/TR/2016/CR-mediacapture-streams-20160519/#idl-def-MediaDeviceKind in W3C spec

  3. trait MediaDevices extends raw.EventTarget

    The MediaDevices interface provides access to connected media input devices like cameras and microphones, as well as screen sharing.

  4. class MediaStream extends raw.EventTarget

    The MediaStream

  5. trait MediaStreamConstraints extends Object

    Annotations
    @RawJSType() @native()
  6. trait MediaStreamTrack extends raw.EventTarget

    Annotations
    @RawJSType() @native()
  7. class MediaStreamTrackEvent extends raw.Event

    Annotations
    @RawJSType() @native() @JSGlobal()
  8. trait MediaStreamTrackEventInit extends Object

    Annotations
    @RawJSType() @native()
  9. trait MediaStreamTrackState extends Any

    see https://www.w3.org/TR/2013/WD-mediacapture-streams-20130903/#widl-MediaStream-onended in W3C spec

  10. trait MediaTrackConstraintSet extends Object

    Annotations
    @RawJSType() @native()
  11. trait MediaTrackConstraints extends Object with MediaTrackConstraintSet

    Annotations
    @RawJSType() @native()
  12. trait MediaTrackSettings extends Object

    Annotations
    @RawJSType()
  13. 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.

  14. trait NavigatorMediaStream extends Object

    Annotations
    @RawJSType() @native()

Ungrouped