Class CallbackMediaPlayerComponent

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
uk.co.caprica.vlcj.player.component.CallbackMediaPlayerComponent
All Implemented Interfaces:
KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, MediaEventListener, MediaPlayerEventListener, MediaPlayerComponent
Direct Known Subclasses:
CallbackMediaListPlayerComponentBase

public class CallbackMediaPlayerComponent extends JPanel implements MediaPlayerComponent
Implementation of a callback "direct-rendering" media player.

This component renders video frames received via native callbacks.

The component may be added directly to a user interface layout - this is optional, you can use this component without adding it directly to a user interface, in which case you would simply render the video however you like.

When the component is no longer needed, it should be released by invoking the release() method.

See Also: