java.lang.Object
javafx.scene.media.Track
javafx.scene.media.VideoTrack
public final class VideoTrack extends Track
A 
Track that describes a video track. This will usually be the unique
 visual track in an audiovisual media resource.- Since:
- JavaFX 2.0
- 
Method SummaryMethods declared in class javafx.scene.media.TrackgetLocale, getMetadata, getName, getTrackID
- 
Method Details- 
getWidthpublic final int getWidth()Retrieves the width of the track.- Returns:
- the track width.
 
- 
getHeightpublic final int getHeight()Retrieves the height of the track.- Returns:
- the track height.
 
 
-