Packages

package mediastream

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait MediaDeviceInfo extends Object
    Annotations
    @JSType() @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.

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

    The MediaStream

    The MediaStream

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

    MDN

    Annotations
    @JSType() @native() @JSGlobal()
  5. trait MediaStreamConstraints extends Object
    Annotations
    @JSType() @native()
  6. trait MediaStreamTrack extends raw.EventTarget
    Annotations
    @JSType() @native()
  7. class MediaStreamTrackEvent extends raw.Event
    Annotations
    @JSType() @native() @JSGlobal()
  8. trait MediaStreamTrackEventInit extends Object with EventInit
    Annotations
    @JSType()
  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
    @JSType() @native()
  11. trait MediaTrackConstraints extends Object with MediaTrackConstraintSet
    Annotations
    @JSType() @native()
  12. trait MediaTrackSettings extends Object
    Annotations
    @JSType()
  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.

    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()

Ungrouped