Overview
A Track that contains subtitle data.
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read | language | String | ![]() |
The language of the subtitle track.
The language of the subtitle track. Contains the IANA language code for this language, e.g., "fr" for French, or "en" for English. See all registered IANA language codes at the IANA Language Subtag Registry. |
Inherited Variables
javafx.scene.media.Track
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read | name | String | ![]() |
The name of the track, may be something like "Director's Commentary" or may be null if the track is unnamed. |

