Package | Description |
---|---|
uk.co.caprica.vlcj.component |
Provides higher-level components used to create basic media players with the
minimum of application code.
|
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.directaudio |
Provides the classes necessary to support direct access to the native audio
samples buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectAudioPlayerComponent
Encapsulation of a direct audio player.
|
Modifier and Type | Method and Description |
---|---|
DirectAudioPlayer |
MediaPlayerFactory.newDirectAudioPlayer(String format,
int rate,
int channels,
AudioCallback audioCallback)
Create a new direct audio media player.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioCallbackAdapter
Implementation of an
AudioCallback . |
class |
DefaultAudioCallbackAdapter
Default implementation of an
AudioCallbackAdapter . |
Constructor and Description |
---|
DefaultDirectAudioPlayer(LibVlc libvlc,
libvlc_instance_t instance,
String format,
int rate,
int channels,
AudioCallback audioCallback)
Create a direct audio player.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.