Uses of Class
com.tuneology.avm.Volume

Packages that use Volume
com.tuneology.avm.mixer An API to a sound card's mixer hardware. 
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 Volume in com.tuneology.avm.mixer
 

Methods in com.tuneology.avm.mixer that return Volume
 Volume NativeMixerChannel.getVolume()
          Returns the current volume setting.
 Volume MixerChannel.getVolume()
          Returns the current volume setting.
 

Methods in com.tuneology.avm.mixer with parameters of type Volume
 void NativeMixerChannel.setVolume(Volume vol)
          Sets the volume.
 void MixerChannel.setVolume(Volume vol)
          Sets the volume.
 

Uses of Volume in com.tuneology.avm.player
 

Methods in com.tuneology.avm.player that return Volume
abstract  Volume LocalPlayer.getVolume()
           
 Volume ALSAPlayer.getVolume()
          Gets the audio output volume.
 Volume EsdPlayer.getVolume()
          Gets the audio output volume.
 Volume WinampPlayer.getVolume()
          Gets the audio output volume.
 Volume CDPlayer.getVolume()
          Gets the audio output volume of the CD player.
 Volume MediaPlayer.getVolume()
          Gets the audio output volume.
 Volume MPlayer.getVolume()
          Gets the audio output volume.
 Volume XanimPlayer.getVolume()
          Gets the audio output volume of the CD player.
 Volume NativePlayer.getVolume()
          Gets the audio output volume.
 Volume XmmsPlayer.getVolume()
          Gets the audio output volume of the CD player.
 Volume MadplayPlayer.getVolume()
          Gets the audio output volume.
 

Methods in com.tuneology.avm.player with parameters of type Volume
abstract  void LocalPlayer.setVolume(Volume vol)
           
 void ALSAPlayer.setVolume(Volume vol)
          Sets the audio output volume.
 void EsdPlayer.setVolume(Volume vol)
          Sets the audio output volume.
 void WinampPlayer.setVolume(Volume vol)
          Sets the audio output volume.
 void CDPlayer.setVolume(Volume vol)
          Sets the audio output volume of the CD player.
 void MediaPlayer.setVolume(Volume vol)
          Sets the audio output volume.
 void MPlayer.setVolume(Volume vol)
          Sets the audio output volume.
 void XanimPlayer.setVolume(Volume vol)
          Sets the audio output volume of the CD player.
 void NativePlayer.setVolume(Volume vol)
          Sets the audio output volume.
 void XmmsPlayer.setVolume(Volume vol)
          Sets the audio output volume of the CD player.
 void MadplayPlayer.setVolume(Volume vol)
          Sets the audio output volume.
 

Uses of Volume in com.tuneology.avm.qtplugin
 

Methods in com.tuneology.avm.qtplugin that return Volume
 Volume QTPlugin.getVolume()
          Gets the audio output volume of the CD player.
 

Methods in com.tuneology.avm.qtplugin with parameters of type Volume
 void QTPlugin.setVolume(Volume vol)
          Sets the audio output volume of the CD player.