Uses of Interface
uk.co.caprica.vlcj.player.base.callback.AudioCallback
Packages that use AudioCallback
Package
Description
This is the main package for vlcj media player applications, providing the classes necessary to create and control
native media players and associated resources.
Provides the classes necessary to support direct access to the native audio
samples buffer.
-
Uses of AudioCallback in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base with parameters of type AudioCallbackModifier and TypeMethodDescriptionvoid
AudioApi.callback
(String format, int rate, int channels, AudioCallback audioCallback) Enable audio callbacks and set the component used to process the audio samples.void
AudioApi.callback
(String format, int rate, int channels, AudioCallback audioCallback, boolean manageVolume) Enable audio callbacks and set the component used to process the audio samples. -
Uses of AudioCallback in uk.co.caprica.vlcj.player.base.callback
Classes in uk.co.caprica.vlcj.player.base.callback that implement AudioCallbackModifier and TypeClassDescriptionclass
Implementation of anAudioCallback
.class
Default implementation of anAudioCallbackAdapter
.