Serialized Form
Package uk.co.caprica.vlcj.player |
serialVersionUID: 1L
id
int id
- Identifier.
description
java.lang.String description
- Description.
serialVersionUID: 1L
videoDimension
java.awt.Dimension videoDimension
- Video width/height.
titleCount
int titleCount
videoTrackCount
int videoTrackCount
audioTrackCount
int audioTrackCount
spuCount
int spuCount
- Number of sub-picture/sub-titles.
titleDescriptions
java.util.List<E> titleDescriptions
videoDescriptions
java.util.List<E> videoDescriptions
audioDescriptions
java.util.List<E> audioDescriptions
spuDescriptions
java.util.List<E> spuDescriptions
chapterDescriptions
java.util.Map<K,V> chapterDescriptions
Package uk.co.caprica.vlcj.runtime.windows |
serialVersionUID: 1L
listenerList
javax.swing.event.EventListenerList listenerList
- List of registered event listeners.
mouseHook
WindowsMouseHook mouseHook
- Mouse hook implementation.