Dart API Reference
dart:html
VideoTrackList
VideoTrackList
class
Annotated by:
DocsEditable()
DomName('VideoTrackList')
Experimental()
Extends:
EventTarget
Object
Constants
changeEvent
=
const
EventStreamProvider
<
Event
>
('change')
Instance Properties
length
int
read-only
selectedIndex
int
read-only
onChange
Stream
<
Event
>
read-only
on
Events
Inherited
read-only
Instance Methods
getTrackById
(
String
id
) →
VideoTrack
addEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool