Movatterモバイル変換


[0]ホーム

URL:


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

MediaSource class

Inheritance
Annotations
  • @SupportedBrowser.new(SupportedBrowser.CHROME)
  • @SupportedBrowser.new(SupportedBrowser.IE, '11')
  • @Native.new("MediaSource")

Constructors

MediaSource()
factory

Properties

activeSourceBuffersSourceBufferList?
no setter
durationnum?
getter/setter pair
hashCodeint
The hash code for this object.
no setterinherited
onEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
readyStateString?
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
sourceBuffersSourceBufferList?
no setter

Methods

addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
addSourceBuffer(Stringtype)SourceBuffer
clearLiveSeekableRange()→ void
dispatchEvent(Eventevent)bool
inherited
endOfStream([String?error])→ void
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
removeSourceBuffer(SourceBufferbuffer)→ void
setLiveSeekableRange(numstart,numend)→ void
toString()String
A string representation of this object.
inherited

Operators

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

Static Properties

supportedbool
Checks if this type is supported on the current platform.
no setter

Static Methods

isTypeSupported(Stringtype)bool
  1. Dart
  2. dart:html
  3. MediaSource class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp