selected property

Get or sets whether a VideoTrack is currently selected.

HTML5 A vocabulary and associated APIs for HTML and XHTML

 

Syntax

JavaScript
selected = object.selected

 

Property values

Type: boolean

Whether this track is currently selected.

ValueCondition
true

This is the currently selected VideoTrack.

false

This VideoTrack isn't currently selected.

 

Standards information

See also

VideoTrack

 

 

Show: