Uses of Interface
com.tuneology.avm.media.MediaData

Packages that use MediaData
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. 
com.tuneology.avm.recorder An API for recording audio or video from an external source as a digital stream. 
 

Uses of MediaData in com.tuneology.avm.media
 

Classes in com.tuneology.avm.media that implement MediaData
 class AudioData
          This class presents an audio file or stream as a pure data stream, stripping off the header, and making its information available in a format-independent manner.
 class MediaBuffer
          This class implements an in-memory implementation of the MediaData interface.
 class MediaFile
          This class implements a file API suitable for media files.
 

Methods in com.tuneology.avm.media with parameters of type MediaData
 void MediaEngine.doLoad(MediaData md)
           
 

Constructors in com.tuneology.avm.media with parameters of type MediaData
AudioData(MediaData f)
          Reads an existing file.
AudioData(AudioProperties p, MediaData f)
          Create a new file with the desired properties.
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 MediaData in com.tuneology.avm.player
 

Methods in com.tuneology.avm.player with parameters of type MediaData
 void ALSAPlayer.cueFile(MediaData mf)
          Loads the sound file, determines its type and characteristics, and gets ready to play the file.
 void EsdPlayer.cueFile(MediaData mf)
          Loads the sound file, determines its type and characteristics, and gets ready to play the file.
 void WinampPlayer.cueFile(MediaData f)
           
 void CDPlayer.cueFile(MediaData f)
           
 void MediaPlayer.cueFile(MediaData f)
          Loads a file, sets the current position to the beginning, and pauses.
 void MPlayer.cueFile(MediaData mf)
           
 void XanimPlayer.cueFile(MediaData f)
           
 void NativePlayer.cueFile(MediaData mf)
          Loads the sound file, determines its type and characteristics, and gets ready to play the file.
 void XmmsPlayer.cueFile(MediaData mf)
           
 void MadplayPlayer.cueFile(MediaData mf)
           
 

Uses of MediaData in com.tuneology.avm.qtplugin
 

Methods in com.tuneology.avm.qtplugin with parameters of type MediaData
 void QTPlugin.cueFile(MediaData md)
           
 

Uses of MediaData in com.tuneology.avm.recorder
 

Methods in com.tuneology.avm.recorder with parameters of type MediaData
 void EsdRecorder.record(MediaData md, long offset, int msecs)
           
 void NativeRecorder.record(MediaData md, long offset, int msecs)
           
 void ALSARecorder.record(MediaData md, long offset, int msecs)
           
 void MediaRecorder.record(MediaData md, long offset, int msecs)