The label
property sets or gets the label attribute of the track.
The label attribute specifies the label/title of the text track.
label |
Yes | 10.0 | Yes | Yes | Yes |
Return the label property.
var v = trackObject.label
Set the label property.
trackObject.label=label
Value | Description |
---|---|
label | Set the label/title of the text track |
A String type value representing the label/title of the text track.