Package

org.scalajs.dom.experimental

mediastream

Permalink

package mediastream

Visibility
  1. Public
  2. All

Type Members

  1. trait MediaDeviceInfo extends Object

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

    Permalink

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

  3. trait MediaDevices extends raw.EventTarget

    Permalink

    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
    @RawJSType() @native()
  4. class MediaStream extends raw.EventTarget

    Permalink

    The MediaStream

    The MediaStream

    https://www.w3.org/TR/2016/CR-mediacapture-streams-20160519/

    MDN

    Annotations
    @RawJSType() @native() @JSGlobal()
  5. trait MediaStreamConstraints extends Object

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

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

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

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

    Permalink

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

  10. trait MediaTrackConstraintSet extends Object

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

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

    Permalink
    Annotations
    @ScalaJSDefined() @RawJSType()
  13. trait MediaTrackSupportedConstraints extends Object

    Permalink

    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
    @ScalaJSDefined() @RawJSType()
  14. trait NavigatorMediaStream extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Ungrouped