org.scalajs.dom.experimental.mediastream

MediaStreamTrack

trait MediaStreamTrack extends raw.EventTarget

Annotations
@RawJSType() @native()
Linear Supertypes
raw.EventTarget, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MediaStreamTrack
  2. EventTarget
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addEventListener[T <: raw.Event](type: String, listener: Function1[T, _], useCapture: Boolean = js.native): Unit

    The EventTarget.

    The EventTarget.addEventListener() method registers the specified listener on the EventTarget it's called on. The event target may be an Element in a document, the Document itself, a Window, or any other object that supports events (such as XMLHttpRequest).

    MDN

    Definition Classes
    EventTarget
  7. def applyConstraints(constraints: MediaTrackConstraints): Promise[Unit]

    Lets the application specify the ideal and/or ranges of acceptable values for any number of the available constrainable properties of the MediaStreamTrack.

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): MediaStreamTrack

    Returns a duplicate of the MediaStreamTrack.

    Returns a duplicate of the MediaStreamTrack.

    MDN

    Definition Classes
    MediaStreamTrack → AnyRef
  10. def dispatchEvent(evt: raw.Event): Boolean

    Dispatches an Event at the specified EventTarget, invoking the affected EventListeners in the appropriate order.

    Dispatches an Event at the specified EventTarget, invoking the affected EventListeners in the appropriate order. The normal event processing rules (including the capturing and optional bubbling phase) apply to events dispatched manually with dispatchEvent().

    MDN

    Definition Classes
    EventTarget
  11. var enabled: Boolean

    Is a Boolean value with a value of true if the track is enabled, that is allowed to render the media source stream; or false if it is disabled, that is not rendering the media source stream but silence and blackness.

    Is a Boolean value with a value of true if the track is enabled, that is allowed to render the media source stream; or false if it is disabled, that is not rendering the media source stream but silence and blackness. If the track has been disconnected, this value can be changed but has no more effect.

    MDN

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getCapabilities(): Any

    Returns the a list of constrainable properties available for the MediaStreamTrack.

    Returns the a list of constrainable properties available for the MediaStreamTrack.

    MDN

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getConstraints(): MediaTrackConstraints

    Returns a MediaTrackConstraints object containing the currently set constraints for the track; the returned value matches the constraints last set using applyConstraints().

    Returns a MediaTrackConstraints object containing the currently set constraints for the track; the returned value matches the constraints last set using applyConstraints().

    MDN

  18. def getSettings(): Any

    Returns a MediaTrackSettings object containing the current values of each of the MediaStreamTrack's constrainable properties.

    Returns a MediaTrackSettings object containing the current values of each of the MediaStreamTrack's constrainable properties.

    MDN

  19. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. val id: String

    Returns a DOMString containing a unique identifier (GUID) for the track; it is generated by the browser.

    Returns a DOMString containing a unique identifier (GUID) for the track; it is generated by the browser.

    MDN

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  24. val kind: String

    Returns a DOMString set to "audio" if the track is an audio track and to "video", if it is a video track.

    Returns a DOMString set to "audio" if the track is an audio track and to "video", if it is a video track. It doesn't change if the track is deassociated from its source.

    MDN

  25. val label: String

    Returns a DOMString containing a user agent-assigned label that identifies the track source, as in "internal microphone".

    Returns a DOMString containing a user agent-assigned label that identifies the track source, as in "internal microphone". The string may be left empty and is empty as long as no source has been connected. When the track is deassociated from its source, the label is not changed.

    MDN

  26. val muted: Boolean

    Returns a Boolean value with a value of true if the track is muted, false otherwise.

    Returns a Boolean value with a value of true if the track is muted, false otherwise.

    MDN

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. var onended: Function1[raw.Event, Any]

    Is a EventHandler containing the action to perform when an ended event is fired on the object, that is when a MediaStreamTrack object is removed from it.

    Is a EventHandler containing the action to perform when an ended event is fired on the object, that is when a MediaStreamTrack object is removed from it.

    MDN

  31. var onmute: Function1[raw.Event, Any]

    Is a EventHandler containing the action to perform when an mute event is fired on the object, that is when the streaming is terminating.

    Is a EventHandler containing the action to perform when an mute event is fired on the object, that is when the streaming is terminating.

    MDN

  32. var onoverconstrained: Function1[raw.Event, Any]

    Is a EventHandler containing the action to perform when an overconstrained event is fired on the object, that is when a MediaStreamTrack object is removed from it.

    Is a EventHandler containing the action to perform when an overconstrained event is fired on the object, that is when a MediaStreamTrack object is removed from it.

    MDN

  33. var onstarted: Function1[raw.Event, Any]

    Is a EventHandler containing the action to perform when an started event is fired on the object, that is when a new MediaStreamTrack object is added.

    Is a EventHandler containing the action to perform when an started event is fired on the object, that is when a new MediaStreamTrack object is added.

    MDN

  34. var onunmute: Function1[raw.Event, Any]

    Is a EventHandler containing the action to perform when an unmute event is fired on the object, that is when a MediaStreamTrack object is removed from it.

    Is a EventHandler containing the action to perform when an unmute event is fired on the object, that is when a MediaStreamTrack object is removed from it.

    MDN

  35. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  36. val readonly: Boolean

    Returns a Boolean value with a value of true if the track is (such a video file source or a camera that settings can't be modified),false otherwise.

    Returns a Boolean value with a value of true if the track is (such a video file source or a camera that settings can't be modified),false otherwise.

    MDN

  37. val readyState: MediaStreamTrackState

    Returns an enumerated value giving the status of the track.

    Returns an enumerated value giving the status of the track.It takes one of the following values:

    "live" which indicates that an input is connected and does its best-effort in providing real-time data. In that case, the output of data can be switched on or off using the MediaStreamTrack.enabled attribute.

    "ended" which indicates that the input is not giving any more data and will never provide new data.

    MDN

  38. val remote: Boolean

    Returns a boolean value with a value of true if the track is sourced by a RTCPeerConnection, false otherwise.

    Returns a boolean value with a value of true if the track is sourced by a RTCPeerConnection, false otherwise.

    MDN

  39. def removeEventListener[T <: raw.Event](type: String, listener: Function1[T, _], useCapture: Boolean = js.native): Unit

    Removes the event listener previously registered with EventTarget.

    Removes the event listener previously registered with EventTarget.addEventListener.

    MDN

    Definition Classes
    EventTarget
  40. def stop(): Unit

    Stops playing the source associated to the track, both the source and the track are deassociated.

    Stops playing the source associated to the track, both the source and the track are deassociated. The track state is set to ended.

    MDN

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toLocaleString(): String

    Definition Classes
    Object
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def valueOf(): Any

    Definition Classes
    Object
  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from raw.EventTarget

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped