|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaPlayer | |
com.tuneology.avm.media | An API for controlling the process of recording and playing digital media to and from files. |
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 MediaPlayer in com.tuneology.avm.media |
Constructors in com.tuneology.avm.media with parameters of type MediaPlayer | |
MediaEngine(javax.swing.JSlider sl,
javax.swing.JButton recBtn,
javax.swing.JButton playBtn,
javax.swing.JButton stopBtn,
javax.swing.JButton pauseBtn,
javax.swing.JButton loadBtn,
javax.swing.JButton saveBtn,
javax.swing.JButton clearBtn,
javax.swing.JCheckBox loopBox,
MediaData md,
MediaPlayer p,
MediaRecorder r)
|
Uses of MediaPlayer in com.tuneology.avm.player |
Subinterfaces of MediaPlayer in com.tuneology.avm.player | |
interface |
AudioPlayer
An interface to facilities for playing audio files. |
interface |
VideoPlayer
An interface to facilities for playing video files. |
Classes in com.tuneology.avm.player that implement MediaPlayer | |
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 |
MPlayer
An interface to mplayer, a video 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 |
XanimPlayer
An interface to xanim, a video player for Unix. |
class |
XmmsPlayer
An interface to xmms, a sound file player for Unix. |
Methods in com.tuneology.avm.player that return MediaPlayer | |
static MediaPlayer |
Player.newMediaPlayer(java.lang.String dev,
java.lang.Class cl,
java.lang.String name)
Returns a new instance of a player object, based on its class. |
Uses of MediaPlayer in com.tuneology.avm.qtplugin |
Classes in com.tuneology.avm.qtplugin that implement MediaPlayer | |
class |
QTPlugin
An interface to the QuickTime player on Windows and MacOS. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |