|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AudioPlayer | |
com.tuneology.avm.drive | An API for accessing disc drives. |
com.tuneology.avm.player | An API for playing audio and video files. |
com.tuneology.avm.qtplugin | External classes for linking with optional java libraries. |
Uses of AudioPlayer in com.tuneology.avm.drive |
Methods in com.tuneology.avm.drive that return AudioPlayer | |
AudioPlayer |
CDDrive.getPlayer(java.lang.String volumeControl)
|
Methods in com.tuneology.avm.drive with parameters of type AudioPlayer | |
void |
CDDrive.setPlayer(AudioPlayer pl)
|
Uses of AudioPlayer in com.tuneology.avm.player |
Classes in com.tuneology.avm.player that implement AudioPlayer | |
class |
ALSAPlayer
A native API to ALSA player. |
class |
CDPlayer
Interface to the Audio portion of CD-ROM drives. |
class |
EsdPlayer
An API for esound. |
class |
MadplayPlayer
An interface to madplay, a sound file player for Unix. |
class |
NativePlayer
A native API to a digital audio player, usually on a sound card. |
class |
WinampPlayer
An interface to Winamp, a Windows media player. |
class |
XmmsPlayer
An interface to xmms, a sound file player for Unix. |
Uses of AudioPlayer in com.tuneology.avm.qtplugin |
Classes in com.tuneology.avm.qtplugin that implement AudioPlayer | |
class |
QTPlugin
An interface to the QuickTime player on Windows and MacOS. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |