Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. MediaStreamTrack class
MediaStreamTrack
description

MediaStreamTrack class

Inheritance
Implementers
Annotations
  • @SupportedBrowser.new(SupportedBrowser.CHROME)
  • @Native.new("MediaStreamTrack")

Properties

contentHintString?
getter/setter pair
enabledbool?
getter/setter pair
hashCodeint
The hash code for this object.
no setterinherited
idString?
no setter
kindString?
no setter
labelString?
no setter
mutedbool?
no setter
onEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
onEndedStream<Event>
Stream ofended events handled by thisMediaStreamTrack.
no setter
onMuteStream<Event>
Stream ofmute events handled by thisMediaStreamTrack.
no setter
onUnmuteStream<Event>
Stream ofunmute events handled by thisMediaStreamTrack.
no setter
readyStateString?
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
applyConstraints([Map?constraints])Future
clone()MediaStreamTrack
dispatchEvent(Eventevent)bool
inherited
getCapabilities()Map
getConstraints()Map
getSettings()Map
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
stop()→ void
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Constants

endedEvent→ constEventStreamProvider<Event>
Static factory designed to exposeended events to eventhandlers that are not necessarily instances ofMediaStreamTrack.
muteEvent→ constEventStreamProvider<Event>
Static factory designed to exposemute events to eventhandlers that are not necessarily instances ofMediaStreamTrack.
unmuteEvent→ constEventStreamProvider<Event>
Static factory designed to exposeunmute events to eventhandlers that are not necessarily instances ofMediaStreamTrack.
  1. Dart
  2. dart:html
  3. MediaStreamTrack class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp