Package | Description |
---|---|
com.sun.media.jfxmedia | |
com.sun.media.jfxmedia.track | |
com.sun.media.jfxmediaimpl |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Track> |
Media.tracks |
Modifier and Type | Method and Description |
---|---|
java.util.List<Track> |
Media.getTracks()
Gets the tracks found in the media.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Media.addTrack(Track track)
Adds a
Track . |
Modifier and Type | Class and Description |
---|---|
class |
AudioTrack
A class representing an audio track in a media.
|
class |
SubtitleTrack
A class representing a subtitle or captioning track in media.
|
class |
VideoTrack
A class representing a video track in a media.
|
Modifier and Type | Field and Description |
---|---|
private Track |
NativeMediaPlayer.TrackEvent.track |
Modifier and Type | Method and Description |
---|---|
Track |
NativeMediaPlayer.TrackEvent.getTrack() |
Modifier and Type | Method and Description |
---|---|
void |
NativeMedia.addTrack(Track track) |
Constructor and Description |
---|
TrackEvent(Track track) |