Package | Description |
---|---|
com.sun.media.jfxmedia | |
com.sun.media.jfxmedia.track | |
com.sun.media.jfxmediaimpl |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
void |
NativeMedia.addTrack(Track track) |
Copyright © 2020. All rights reserved.