Package | Description |
---|---|
uk.co.caprica.vlcj.player |
This is the main package for vlcj client applications, providing the classes
necessary to create and control native media players and associated
resources.
|
uk.co.caprica.vlcj.player.direct |
Provides the classes necessary to support direct access to the native video
frame buffer.
|
uk.co.caprica.vlcj.player.directaudio |
Provides the classes necessary to support direct access to the native audio
samples buffer.
|
uk.co.caprica.vlcj.player.embedded |
Provides the classes necessary to support the embedding of native media
player video output in Swing/AWT user interface components.
|
uk.co.caprica.vlcj.player.headless |
Provides the classes necessary to support the use of native media players
that do not render video output locally - for example streaming servers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMediaPlayer
Media player implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Equalizer.addEqualizerListener(EqualizerListener listener)
Add a listener to be notified of equalizer state-change events.
|
void |
Equalizer.removeEqualizerListener(EqualizerListener listener)
Remove a listener so that it is no longer notified of equalizer state-change
events.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDirectMediaPlayer
Media player implementation that provides direct access to the video frame data.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDirectAudioPlayer
Media player implementation that provides direct access to the audio buffer data.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEmbeddedMediaPlayer
Implementation of a media player that renders video to an embedded Canvas component.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHeadlessMediaPlayer
A media player implementation with no user interface component to render the video to.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.