Package | Description |
---|---|
com.sun.media.jfxmedia.track |
Modifier and Type | Field and Description |
---|---|
private VideoResolution |
VideoTrack.frameSize |
Modifier and Type | Method and Description |
---|---|
VideoResolution |
VideoTrack.getFrameSize()
Retrieve the dimensions of the video frames in the track.
|
Constructor and Description |
---|
VideoTrack(boolean enabled,
long trackID,
java.lang.String name,
java.util.Locale locale,
Track.Encoding encoding,
VideoResolution frameSize,
float encodedFrameRate,
boolean hasAlphaChannel)
Constructor.
|