Overview
A Track that descibes an audio track.
See Also:
javafx.scene.Media, javafx.scene.Track
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read | language | String | ![]() |
The language of the audio track.
The language of the audio 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. |

