A B C D E F G H I J L M N O P Q R S T U V W X

A

AAC_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
addChangeListener(PlayerStatusListener) - Method in class com.tuneology.avm.drive.CDDrive
 
addEnv(String, String) - Static method in class com.tuneology.avm.Native
Adds the string to the value of the environment variable.
addEventListener(MixerListener) - Method in class com.tuneology.avm.mixer.NativeMixerElement
Registers listener so that it will receive notifications when its element changes.
addEventListener(MixerListener) - Method in interface com.tuneology.avm.mixer.MixerElement
Registers listener so that it will receive notifications when its element changes.
addExclude(String) - Method in class com.tuneology.avm.ISOFsImg
Exclude glob from being written to CDROM.
addFile(String) - Method in class com.tuneology.avm.ISOFsImg
Adds a file to the archive.
addFile(String) - Method in class com.tuneology.avm.player.WinampPlayer
 
addFile(String, String) - Method in class com.tuneology.avm.ISOFsImg
Adds a file to the archive at the specified graft point.
addHiddenGlob(String) - Method in class com.tuneology.avm.ISOFsImg
Add the hidden (existence) ISO9660 directory attribute for glob.
addHideGlob(String) - Method in class com.tuneology.avm.ISOFsImg
Hide glob from being seen on the ISO9660 or Rock Ridge directory.
addHideJoliet(String) - Method in class com.tuneology.avm.ISOFsImg
Hide glob from being seen on the Joliet directory.
addMessage(String) - Method in interface com.tuneology.avm.Native.Logger
Called for each line of output generated by the process.
addStatusCallback(StatusListener) - Method in class com.tuneology.avm.media.MediaEngine
 
addStatusListener(PlayerStatusListener) - Method in class com.tuneology.avm.player.Player
Adds a PlayerStatus listener to the listener list.
addStatusListener(PlayerStatusListener) - Method in interface com.tuneology.avm.player.MediaPlayer
Adds a listener to be informed when the media player changes status.
addTrack(TocEntry) - Method in class com.tuneology.avm.DiscInfo
Adds a new track to the album at the end, re-allocating the Toc and incrementing the total number of tracks.
addTrack(TocEntry, int) - Method in class com.tuneology.avm.DiscInfo
Adds a new track to the album at the indicated position, re-allocating the Toc and incrementing the total number of tracks.
AIFF_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
AkRipper - class com.tuneology.avm.ripper.AkRipper.
An interface to AkRip, a Windows DLL for ripping audio tracks.
AkRipper(CDDrive) - Constructor for class com.tuneology.avm.ripper.AkRipper
Constructor.
ALSAPlayer - class com.tuneology.avm.player.ALSAPlayer.
A native API to ALSA player.
ALSAPlayer(String, String) - Constructor for class com.tuneology.avm.player.ALSAPlayer
 
ALSARecorder - class com.tuneology.avm.recorder.ALSARecorder.
A native API to ALSA recorder.
ALSARecorder(String) - Constructor for class com.tuneology.avm.recorder.ALSARecorder
 
ApplListener - interface com.tuneology.avm.ApplListener.
Interface to implementation-specific services.
atipInfo - Variable in class com.tuneology.avm.burner.ShellBurner
 
AtipInfo - class com.tuneology.avm.burner.AtipInfo.
This class represents the ATIP info read from a CD-R(W) disc.
AtipInfo() - Constructor for class com.tuneology.avm.burner.AtipInfo
 
AtipInfo(int, int, int) - Constructor for class com.tuneology.avm.burner.AtipInfo
 
AU_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
audio_play - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can play audio CDs
AUDIO_TRACK - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.typ
AUDIO_TRACKS_BIT - Static variable in class com.tuneology.avm.drive.CDDrive
This bit is set if the disc in the drive contains at least one audio track.
AudioConverter - class com.tuneology.avm.AudioConverter.
Utilities for converting audio files to different types.
AudioData - class com.tuneology.avm.media.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.
AudioData(AudioProperties, MediaData) - Constructor for class com.tuneology.avm.media.AudioData
Create a new file with the desired properties.
AudioData(MediaData) - Constructor for class com.tuneology.avm.media.AudioData
Reads an existing file.
AudioMixer - interface com.tuneology.avm.mixer.AudioMixer.
This class represents an audio mixer.
AudioPlayer - interface com.tuneology.avm.player.AudioPlayer.
An interface to facilities for playing audio files.
AudioPlugin - interface com.tuneology.avm.AudioPlugin.
This is the interface to an external, system-dependent Java library providing audio services.
AudioProperties - class com.tuneology.avm.media.AudioProperties.
Represents information about an audio file.
AudioProperties() - Constructor for class com.tuneology.avm.media.AudioProperties
 
AudioRecorder - interface com.tuneology.avm.recorder.AudioRecorder.
This class represents a digital audio recorder.

B

ba - Variable in class com.tuneology.avm.jesd.IO
 
BCK - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can have valid data on falling edge of clock
bclk - Variable in class com.tuneology.avm.drive.CDDrive
length of data in BCLKs of the drive.
BLANK_ALL - Static variable in interface com.tuneology.avm.burner.Burner
blank mode value
BLANK_FAST - Static variable in interface com.tuneology.avm.burner.Burner
blank mode value
BLANK_FORCE - Static variable in interface com.tuneology.avm.burner.Burner
blank mode bit
BLANK_SESSION - Static variable in interface com.tuneology.avm.burner.Burner
blank mode value
BLANK_TRACK - Static variable in interface com.tuneology.avm.burner.Burner
blank mode value
BLANK_TRTAIL - Static variable in interface com.tuneology.avm.burner.Burner
blank mode value
BLANK_UNCLOSE - Static variable in interface com.tuneology.avm.burner.Burner
blank mode value
BLANK_UNRESERVE - Static variable in interface com.tuneology.avm.burner.Burner
blank mode value
BUF - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support Buffer-Underrun-Free recording
buffer_size - Variable in class com.tuneology.avm.drive.CDDrive
buffer size in KB of the drive.
Burner - interface com.tuneology.avm.burner.Burner.
Describes an API for writing CD-R data.
BurnerException - exception com.tuneology.avm.burner.BurnerException.
An exception thrown while burning or erasing a CD-R(W) disc.
BurnerException(String) - Constructor for class com.tuneology.avm.burner.BurnerException
 
burnSession(int, int, boolean, String, String[], boolean[], DiscInfo, File, ProgressListener) - Method in class com.tuneology.avm.burner.ShellBurner
Burns a session on a CD-R.
burnSession(int, int, boolean, String, String[], boolean[], DiscInfo, File, ProgressListener) - Method in interface com.tuneology.avm.burner.Burner
Burns a session to the media.

C

c2_pointers - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support C2 error pointers
calculateIds() - Method in class com.tuneology.avm.DiscInfo
Calculates the cdindexId and discId values.
calculateSize(DiscInfo, FormatPrefs) - Static method in class com.tuneology.avm.InfoReader
Returns the size that the album will have after it has been converted according to the specified preferences.
calculateSize(TocEntry, FormatPrefs) - Static method in class com.tuneology.avm.InfoReader
Returns the size that the file will have after it has been converted according to the specified preferences.
calculateTrackString() - Method in class com.tuneology.avm.DiscInfo
 
canEject - Variable in class com.tuneology.avm.drive.DriveEntry
 
canEject() - Method in class com.tuneology.avm.player.LocalPlayer
 
canEject() - Method in class com.tuneology.avm.player.CDPlayer
 
canLoad - Variable in class com.tuneology.avm.drive.DriveEntry
 
canMount - Variable in class com.tuneology.avm.drive.DriveEntry
 
canSeek() - Method in interface com.tuneology.avm.media.MediaData
Returns true if the file is capable of seeking.
canSeek() - Method in class com.tuneology.avm.media.MediaBuffer
Returns true if the file is capable of seeking.
canSeek() - Method in class com.tuneology.avm.media.AudioData
Returns true if the file is capable of seeking.
canSeek() - Method in class com.tuneology.avm.media.MediaFile
Returns true if the file is capable of seeking.
cd_da_accurate - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can restart non-streamed digital audio reads accurately
cd_da_supported - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read digital audio blocks
cd_r_read - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read CD-R media
cd_r_write - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can write CD-R media
cd_rw_read - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read CD-RW media
cd_rw_write - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can write CD-RW media
Cdda2wavRipper - class com.tuneology.avm.ripper.Cdda2wavRipper.
An interface to cdda2wav, a program for ripping audio tracks.
Cdda2wavRipper(CDDrive) - Constructor for class com.tuneology.avm.ripper.Cdda2wavRipper
 
CDDrive - class com.tuneology.avm.drive.CDDrive.
An interface to a CD-ROM drive.
CdparanoiaRipper - class com.tuneology.avm.ripper.CdparanoiaRipper.
An interface to cdparanoia, an Audio CD ripper for Linux.
CdparanoiaRipper(CDDrive) - Constructor for class com.tuneology.avm.ripper.CdparanoiaRipper
 
CDPlayer - class com.tuneology.avm.player.CDPlayer.
Interface to the Audio portion of CD-ROM drives.
CDPlayer(CDDrive, String, String) - Constructor for class com.tuneology.avm.player.CDPlayer
 
CdrdaoBurner - class com.tuneology.avm.burner.CdrdaoBurner.
Implements writing CD-R data using the cdrdao program.
CdrdaoBurner(CDRDrive) - Constructor for class com.tuneology.avm.burner.CdrdaoBurner
 
cdrdaoCmd - Static variable in class com.tuneology.avm.drive.CDDrive
 
CDRDrive - class com.tuneology.avm.drive.CDRDrive.
An interface to a CD-R drive.
CdrecordBurner - class com.tuneology.avm.burner.CdrecordBurner.
Implements writing CD-R data using the cdrecord program.
CdrecordBurner(CDRDrive) - Constructor for class com.tuneology.avm.burner.CdrecordBurner
 
cdrecordCmd - Static variable in class com.tuneology.avm.drive.CDDrive
 
CDRWDrive - class com.tuneology.avm.drive.CDRWDrive.
An interface to a CD-RW drive.
channels - Variable in class com.tuneology.avm.media.AudioProperties
The number of channels.
cleanupErase() - Method in class com.tuneology.avm.burner.ShellBurner
 
cleanupErase() - Method in class com.tuneology.avm.burner.HdiutilBurner
 
cleanupErase() - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
cleanupErase() - Method in class com.tuneology.avm.burner.CdrecordBurner
 
cleanupMsinfo() - Method in class com.tuneology.avm.burner.ShellBurner
 
cleanupMsinfo() - Method in class com.tuneology.avm.burner.HdiutilBurner
 
cleanupMsinfo() - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
cleanupMsinfo() - Method in class com.tuneology.avm.burner.CdrecordBurner
 
cleanupSession(File) - Method in class com.tuneology.avm.burner.ShellBurner
 
cleanupSession(File) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
cleanupSession(File) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
cleanupSession(File) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
clearPlaylist() - Method in class com.tuneology.avm.player.WinampPlayer
 
close() - Method in class com.tuneology.avm.FreeDb
 
close() - Method in class com.tuneology.avm.jesd.JEsd
 
close() - Method in class com.tuneology.avm.jesd.IO
 
close() - Method in interface com.tuneology.avm.media.MediaData
 
close() - Method in class com.tuneology.avm.media.MediaBuffer
 
close() - Method in class com.tuneology.avm.media.AudioData
 
close() - Method in interface com.tuneology.avm.mixer.AudioMixer
Call this to close the connection to the mixer and release its resources.
close() - Method in class com.tuneology.avm.mixer.NativeMixer
Call this to close the connection to the mixer and release its resources.
close() - Method in class com.tuneology.avm.player.ALSAPlayer
 
close() - Method in class com.tuneology.avm.player.EsdPlayer
 
close() - Method in class com.tuneology.avm.player.WinampPlayer
 
close() - Method in class com.tuneology.avm.player.CDPlayer
 
close() - Method in interface com.tuneology.avm.player.MediaPlayer
Close the player and release its resources.
close() - Method in class com.tuneology.avm.player.MPlayer
 
close() - Method in class com.tuneology.avm.player.XanimPlayer
 
close() - Method in class com.tuneology.avm.player.NativePlayer
 
close() - Method in class com.tuneology.avm.player.XmmsPlayer
 
close() - Method in class com.tuneology.avm.player.MadplayPlayer
 
close() - Method in class com.tuneology.avm.recorder.EsdRecorder
 
close() - Method in class com.tuneology.avm.recorder.NativeRecorder
 
close() - Method in class com.tuneology.avm.recorder.ALSARecorder
 
close() - Method in interface com.tuneology.avm.recorder.MediaRecorder
 
close() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
com.tuneology.avm - package com.tuneology.avm
Media information, user preferences, and native program execution.
com.tuneology.avm.appleaudio - package com.tuneology.avm.appleaudio
Loadable API to Apple CoreAudio services.
com.tuneology.avm.burner - package com.tuneology.avm.burner
An API for writing and erasing data from CD-R(W) discs.
com.tuneology.avm.drive - package com.tuneology.avm.drive
An API for accessing disc drives.
com.tuneology.avm.jesd - package com.tuneology.avm.jesd
Java esound client.
com.tuneology.avm.media - package com.tuneology.avm.media
An API for controlling the process of recording and playing digital media to and from files.
com.tuneology.avm.mixer - package com.tuneology.avm.mixer
An API to a sound card's mixer hardware.
com.tuneology.avm.mrj - package com.tuneology.avm.mrj
Loadable API to Apple MRJ services.
com.tuneology.avm.player - package com.tuneology.avm.player
An API for playing audio and video files.
com.tuneology.avm.qtplugin - package com.tuneology.avm.qtplugin
External classes for linking with optional java libraries.
com.tuneology.avm.recorder - package com.tuneology.avm.recorder
An API for recording audio or video from an external source as a digital stream.
com.tuneology.avm.ripper - package com.tuneology.avm.ripper
Facilitates running external programs and libraries for the purpose of ripping audio and data tracks from CDs.
composite - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can deliver composite A/V data
confirm_sample_cache() - Method in class com.tuneology.avm.jesd.JEsd
 
convertFile(File, File, FormatPrefs, TocEntry, ProgressListener, boolean, File) - Static method in class com.tuneology.avm.AudioConverter
Converts a file from one format to another
convertStream(FormatPrefs, FormatPrefs, TocEntry) - Static method in class com.tuneology.avm.AudioConverter
 
copy() - Method in class com.tuneology.avm.TocEntry
 
copy() - Method in class com.tuneology.avm.DiscInfo
 
copy() - Method in class com.tuneology.avm.media.MediaProperties
 
copy() - Method in class com.tuneology.avm.media.AudioProperties
Returns a new copy.
CoreAudio - class com.tuneology.avm.appleaudio.CoreAudio.
Interface glue to Apple CoreAudio services.
CoreAudio() - Constructor for class com.tuneology.avm.appleaudio.CoreAudio
 
CorePlugin - interface com.tuneology.avm.CorePlugin.
Describes the API to platform-specfic features.
count - Variable in class com.tuneology.avm.media.AudioProperties
The number of samples in the file.
createCopy(CDDrive, int, boolean, ProgressListener) - Method in class com.tuneology.avm.burner.ShellBurner
 
createCopy(CDDrive, int, boolean, ProgressListener) - Method in interface com.tuneology.avm.burner.Burner
Create a disc that is a copy of the disc in the src drive.
createImage() - Method in class com.tuneology.avm.drive.CDDrive
Reads the contents of the CD
createSubdirs(String) - Static method in class com.tuneology.avm.AudioConverter
Creates any necessary subdirectories for the path.
cueFile(MediaData) - Method in class com.tuneology.avm.player.ALSAPlayer
Loads the sound file, determines its type and characteristics, and gets ready to play the file.
cueFile(MediaData) - Method in class com.tuneology.avm.player.EsdPlayer
Loads the sound file, determines its type and characteristics, and gets ready to play the file.
cueFile(MediaData) - Method in class com.tuneology.avm.player.WinampPlayer
 
cueFile(MediaData) - Method in class com.tuneology.avm.player.CDPlayer
 
cueFile(MediaData) - Method in interface com.tuneology.avm.player.MediaPlayer
Loads a file, sets the current position to the beginning, and pauses.
cueFile(MediaData) - Method in class com.tuneology.avm.player.MPlayer
 
cueFile(MediaData) - Method in class com.tuneology.avm.player.XanimPlayer
 
cueFile(MediaData) - Method in class com.tuneology.avm.player.NativePlayer
Loads the sound file, determines its type and characteristics, and gets ready to play the file.
cueFile(MediaData) - Method in class com.tuneology.avm.player.XmmsPlayer
 
cueFile(MediaData) - Method in class com.tuneology.avm.player.MadplayPlayer
 
cueFile(MediaData) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
cur_read_speed - Variable in class com.tuneology.avm.drive.CDDrive
Current read speed in kB/s supported by the drive.
cur_write_speed - Variable in class com.tuneology.avm.drive.CDDrive
Current write speed in kB/s supported by the drive.
curInfo - Variable in class com.tuneology.avm.drive.CDDrive
current disc info - set by native code
curSize - Variable in class com.tuneology.avm.media.StatusEvent
 
curState - Variable in class com.tuneology.avm.media.StatusEvent
 
CUSTOM_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
value for quality

D

DAO_MODE - Static variable in interface com.tuneology.avm.burner.Burner
Burn mode.
DATA_FORMAT_A_LAW - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_A_LAW - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_FIRST - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_FIRST - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_IMA_ADPCM - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_IMA_ADPCM - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_LAST - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_LAST - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_MPEG - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_MPEG - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_MU_LAW - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_MU_LAW - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_S16_BE - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_S16_BE - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_S16_LE - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_S16_LE - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_S8 - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_S8 - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_U16_BE - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_U16_BE - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_U16_LE - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_U16_LE - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_FORMAT_U8 - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
DATA_FORMAT_U8 - Static variable in class com.tuneology.avm.player.NativePlayer
 
DATA_TRACK - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.typ
DATA_TRACKS_BIT - Static variable in class com.tuneology.avm.drive.CDDrive
This bit is set if the disc in the drive has a data track.
DEFAULT_BITRATE - Static variable in class com.tuneology.avm.FormatPrefs
value for bitRate
DEFAULT_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
value for quality
deleteTrack(TocEntry) - Method in class com.tuneology.avm.DiscInfo
Deletes the indicated track.
dev - Variable in class com.tuneology.avm.player.Player
 
dev - Variable in class com.tuneology.avm.recorder.Recorder
 
dev - Variable in class com.tuneology.avm.ripper.ShellRipper
The path to the drive device.
digital_port_1 - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support digital output on port 1
digital_port_2 - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support digital output on port 2
DISC_PRESENT_BIT - Static variable in class com.tuneology.avm.drive.CDDrive
This bit is set if a disc is present in the drive.
DiscInfo - class com.tuneology.avm.DiscInfo.
Describes the contents of a CD.
DiscInfo() - Constructor for class com.tuneology.avm.DiscInfo
 
DiscInfo(int) - Constructor for class com.tuneology.avm.DiscInfo
 
disk_present_rep - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support Individual Disc Present feature
distName - Static variable in class com.tuneology.avm.Native
For linux, contains the name and version of the distribution.
doLoad(MediaData) - Method in class com.tuneology.avm.media.MediaEngine
 
doUpdate(PlayerStatus) - Method in class com.tuneology.avm.drive.CDDrive
 
drive - Variable in class com.tuneology.avm.burner.ShellBurner
 
drive - Variable in class com.tuneology.avm.ripper.ShellRipper
The drive from which to rip the data.
Drive - class com.tuneology.avm.drive.Drive.
This class implements native operations that are not otherwise available from Java.
DRIVE_CLOSED_BIT - Static variable in class com.tuneology.avm.drive.CDDrive
This bit is set if the drive is closed.
DRIVE_READY_BIT - Static variable in class com.tuneology.avm.drive.CDDrive
This bit is set if the drive is ready.
Drive(DriveEntry) - Constructor for class com.tuneology.avm.drive.Drive
 
DriveEntry - class com.tuneology.avm.drive.DriveEntry.
A lightweight representation of a drive device on the system.
DUMMY_MODE - Static variable in interface com.tuneology.avm.burner.Burner
Burn mode.
dvd_r_read - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read DVD-R media
dvd_r_write - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can write DVD-R media
dvd_ram_read - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read DVD-RAM media
dvd_ram_write - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can write DVD-RAM media
dvd_rom_read - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read DVD-ROM media

E

eject() - Method in class com.tuneology.avm.drive.DriveEntry
Ejects the media from the drive.
eject() - Method in class com.tuneology.avm.player.LocalPlayer
 
eject() - Method in class com.tuneology.avm.player.EsdPlayer
 
eject() - Method in class com.tuneology.avm.player.CDPlayer
Eject CD from drive.
EMPTY_STATE - Static variable in class com.tuneology.avm.media.MediaEngine
 
ENABLE_MULTISESSION_BIT - Static variable in interface com.tuneology.avm.burner.Burner
BurnFlags bits.
encoding - Variable in class com.tuneology.avm.media.AudioProperties
The encoding of the file, one of: NativePlayer.DATA_FORMAT_*
ent - Variable in class com.tuneology.avm.drive.Drive
 
equals(DriveEntry) - Method in class com.tuneology.avm.drive.DriveEntry
 
ERASABLE_DISC - Static variable in class com.tuneology.avm.drive.CDDrive
This bit is set if the disc in the drive is erasable.
erase(int) - Method in class com.tuneology.avm.burner.ShellBurner
 
erase(int) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
erase(int) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
erase(int) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
erase(int) - Method in interface com.tuneology.avm.burner.Burner
Erases the disc according to the desired mode.
erase(int) - Method in class com.tuneology.avm.drive.CDRWDrive
Erases the disc.
ESD_ADPCM - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_BITS16 - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_BITS8 - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_BUF_SIZE - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_DEFAULT_PORT - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_DEFAULT_RATE - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_KEY_LEN - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_LOOP - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_MASK_BITS - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_MASK_CHAN - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_MASK_FUNC - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_MASK_MODE - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_MONITOR - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_MONO - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_NAME_MAX - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_PLAY - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_RECORD - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_SAMPLE - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_STEREO - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_STOP - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESD_STREAM - Static variable in class com.tuneology.avm.jesd.JEsd
 
EsdPlayer - class com.tuneology.avm.player.EsdPlayer.
An API for esound.
EsdPlayer(String, String) - Constructor for class com.tuneology.avm.player.EsdPlayer
 
EsdRecorder - class com.tuneology.avm.recorder.EsdRecorder.
API to ESD recorder.
EsdRecorder(String) - Constructor for class com.tuneology.avm.recorder.EsdRecorder
 
ESM_ERROR - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESM_ON_AUTOSTANDBY - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESM_ON_STANDBY - Static variable in class com.tuneology.avm.jesd.JEsd
 
ESM_RUNNING - Static variable in class com.tuneology.avm.jesd.JEsd
 
exec(ArrayList) - Static method in class com.tuneology.avm.Native
 
exec(String[]) - Static method in class com.tuneology.avm.Native
 
EXTRA_FILE - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.typ

F

file_cache(String, AudioData) - Method in class com.tuneology.avm.jesd.JEsd
 
fileType - Variable in class com.tuneology.avm.media.AudioProperties
The type of the file
fileTypeName(int) - Static method in class com.tuneology.avm.AudioConverter
 
filter_stream(int, int, String, String) - Static method in class com.tuneology.avm.jesd.JEsd
 
findDriveByDevice(String) - Static method in class com.tuneology.avm.drive.Drive
 
findDriveByScsiId(String) - Static method in class com.tuneology.avm.drive.Drive
 
findMountPointByDevice(String) - Static method in class com.tuneology.avm.drive.Drive
 
findPlayerClass(String) - Static method in class com.tuneology.avm.player.Player
Returns the player class, given its class name.
findVideoPlayerClass(String) - Static method in class com.tuneology.avm.player.Player
Returns the video player class, given its class name.
FIXATING - Static variable in interface com.tuneology.avm.burner.Burner
Burn state.
FLAC_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
FormatPrefs - class com.tuneology.avm.FormatPrefs.
Represents the user's preferences for the format and quality of a media file.
FormatPrefs() - Constructor for class com.tuneology.avm.FormatPrefs
 
formatSeconds(long) - Static method in class com.tuneology.avm.player.Player
 
FreeDb - class com.tuneology.avm.FreeDb.
An API for the FreeDb song database.
FreeDb.Site - class com.tuneology.avm.FreeDb.Site.
A class to represent a FreeDb server site.
FreeDb.Site() - Constructor for class com.tuneology.avm.FreeDb.Site
 
FreeDb(String, int, String, String, String, String, boolean, String, int) - Constructor for class com.tuneology.avm.FreeDb
Create a FreeDb object, ready to make queries.
FreeDbException - exception com.tuneology.avm.FreeDbException.
Exceptions thrown by FreeDb.
FreeDbException(int, String) - Constructor for class com.tuneology.avm.FreeDbException
 
FS_3DO - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_BOOTABLE - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_CDTV - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_EXT2 - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_HFS - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_HIDDEN_TRACK - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_HIGH_SIERRA - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_INTERACTIVE - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_ISO_9660 - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_ISO_9660_INTERACTIVE - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_ISO_HFS - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_JOLIET - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_MASK - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_MULTISESSION - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_NO_DATA - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_PHOTO_CD - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_ROCKRIDGE - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_UFS - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_UNKNOWN - Static variable in class com.tuneology.avm.drive.CDDrive
possible value for TocEntry.fs
FS_VIDEOCDI - Static variable in class com.tuneology.avm.drive.CDDrive
 
FS_XA - Static variable in class com.tuneology.avm.drive.CDDrive
 

G

genericDev - Variable in class com.tuneology.avm.ripper.ShellRipper
The path of the generic SCSI interface to the device.
get(String, DiscInfo) - Method in class com.tuneology.avm.FreeDb
Fills in information about the album, given its discid key,
get(TocEntry) - Method in class com.tuneology.avm.LyricsXP
Retrieves the lyrics for the song from www.lyricsxp.com
get(TocEntry) - Method in interface com.tuneology.avm.Lyrics
Retrieves the lyrics for the song from an external database.
getAdr() - Method in class com.tuneology.avm.TocEntry
the adr field for the track
getAlbum() - Method in class com.tuneology.avm.TocEntry
read from CD-TEXT, if present
getAlbum() - Method in class com.tuneology.avm.DiscInfo
album name
getAlbumPath() - Method in class com.tuneology.avm.TocEntry
The album name, with all strange characters replaced by '_'.
getAlbumPath() - Method in class com.tuneology.avm.DiscInfo
The album name, with all strange characters replaced by '_'.
getArgString(ArrayList) - Static method in class com.tuneology.avm.Native
Returns the list of arguments quoted in a single string, for logging purposes.
getArgString(String[]) - Static method in class com.tuneology.avm.Native
Returns the list of arguments quoted in a single string, for logging purposes.
getArranger() - Method in class com.tuneology.avm.TocEntry
 
getArranger() - Method in class com.tuneology.avm.DiscInfo
from CD-TEXT info
getArtist() - Method in class com.tuneology.avm.TocEntry
read from CD-TEXT, if present
getArtist() - Method in class com.tuneology.avm.DiscInfo
cddb info
getArtistPath() - Method in class com.tuneology.avm.TocEntry
The artist's name, with all strange characters replaced by '_'.
getArtistPath() - Method in class com.tuneology.avm.DiscInfo
The artist's name, with all strange characters replaced by '_'.
getAtipCmd() - Method in class com.tuneology.avm.burner.ShellBurner
Returns the command required to read the ATIP info from the disc.
getAtipCmd() - Method in class com.tuneology.avm.burner.HdiutilBurner
 
getAtipCmd() - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
getAtipCmd() - Method in class com.tuneology.avm.burner.CdrecordBurner
 
getAtipInfo() - Method in class com.tuneology.avm.burner.ShellBurner
 
getAtipInfo() - Method in interface com.tuneology.avm.burner.Burner
Returns the ATIP info from the CD-R(W) media.
getAtipInfo() - Method in class com.tuneology.avm.drive.CDRDrive
Returns the ATIP info from the disc.
getAudioDevices() - Static method in class com.tuneology.avm.player.Player
 
getAudioDevices() - Static method in class com.tuneology.avm.recorder.Recorder
 
getAudioDevices() - Static method in class com.tuneology.avm.recorder.EsdRecorder
 
getAudioLength() - Method in class com.tuneology.avm.DiscInfo
the sum of the lengths of all the audio tracks
getAudioPlayers() - Static method in class com.tuneology.avm.player.Player
Returns an array of all the audio players available on the platform.
getAudioRecorders() - Static method in class com.tuneology.avm.recorder.Recorder
 
getAudioRipper() - Method in class com.tuneology.avm.drive.CDDrive
Returns the current audio ripping class.
getAudioRippers() - Static method in class com.tuneology.avm.drive.CDDrive
Returns an array of potential audio ripper classes.
getAudioTrackCount() - Method in class com.tuneology.avm.DiscInfo
 
getAudioTracks() - Method in class com.tuneology.avm.drive.DriveEntry
 
getBitRate() - Method in class com.tuneology.avm.FormatPrefs
 
getBurner() - Method in class com.tuneology.avm.drive.CDRDrive
Returns the current burner.
getBurnerCapabilities(Class) - Static method in class com.tuneology.avm.drive.CDRDrive
Returns the capabilities of the burner.
getBurnerDescription(Class) - Static method in class com.tuneology.avm.drive.CDRDrive
Returns the description of the burner.
getBurners() - Static method in class com.tuneology.avm.drive.CDRDrive
Returns an array of burner classes.
getCanvas() - Method in class com.tuneology.avm.player.Player
 
getCanvas() - Method in class com.tuneology.avm.player.LocalPlayer
 
getCanvas() - Method in interface com.tuneology.avm.player.MediaPlayer
 
getCanvas() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
getCapabilities() - Static method in class com.tuneology.avm.burner.HdiutilBurner
 
getCapabilities() - Static method in class com.tuneology.avm.burner.CdrdaoBurner
 
getCapabilities() - Static method in class com.tuneology.avm.burner.CdrecordBurner
 
getCapacity() - Method in class com.tuneology.avm.drive.MountPoint
Returns the total capacity of the drive (in bytes).
getCateg(String) - Method in class com.tuneology.avm.FreeDb
Returns a list of the possible entries for the disc.
getCdindexId() - Method in class com.tuneology.avm.DiscInfo
the discid as required for cdindex
getCdrdaoCmd() - Static method in class com.tuneology.avm.drive.CDDrive
 
getCdrdaoDriver() - Method in class com.tuneology.avm.drive.CDDrive
Returns the current setting of the cdrdao driver for this drive.
getCdrdaoDrivers() - Static method in class com.tuneology.avm.drive.CDDrive
Returns a list of all drivers used by cdrdao.
getCdrecordCmd() - Static method in class com.tuneology.avm.drive.CDDrive
 
getChannels() - Method in class com.tuneology.avm.TocEntry
the number of channels
getChannels() - Method in class com.tuneology.avm.recorder.EsdRecorder
 
getChannels() - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
getChannels() - Method in class com.tuneology.avm.recorder.NativeRecorder
 
getChannels() - Method in class com.tuneology.avm.recorder.ALSARecorder
 
getCmd(int, int, int, String) - Method in class com.tuneology.avm.ripper.ShellRipper
Returns a shell command, in the form of an array of strings, that will execute the command necessary to burn the specified track.
getCmd(int, int, int, String) - Method in class com.tuneology.avm.ripper.ReadcdRipper
Returns a shell command, in the form of an array of strings, that will execute the readcd command necessary to read the specified track.
getCmd(int, int, int, String) - Method in class com.tuneology.avm.ripper.CdparanoiaRipper
Returns a shell command, in the form of an array of strings, that will execute the cdparanoia command necessary to read the specified track.
getCmd(int, int, int, String) - Method in class com.tuneology.avm.ripper.Cdda2wavRipper
Returns a shell command, in the form of an array of strings, that will execute the cdda2wav command necessary to read the specified track.
getCode() - Method in class com.tuneology.avm.FreeDbException
 
getComment() - Method in class com.tuneology.avm.TocEntry
 
getComment() - Method in class com.tuneology.avm.DiscInfo
a comment
getCopyCmd(CDDrive, int, boolean) - Method in class com.tuneology.avm.burner.ShellBurner
Returns the command required to create a copy of the disc in the src drive.
getCopyCmd(CDDrive, int, boolean) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
getCopyCmd(CDDrive, int, boolean) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
getCopyCmd(CDDrive, int, boolean) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
getDataFormat() - Method in class com.tuneology.avm.recorder.EsdRecorder
 
getDataFormat() - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
getDataFormat() - Method in class com.tuneology.avm.recorder.NativeRecorder
 
getDataFormat() - Method in class com.tuneology.avm.recorder.ALSARecorder
 
getDataRipper() - Method in class com.tuneology.avm.drive.CDDrive
Returns the current data track ripping class.
getDataRippers() - Static method in class com.tuneology.avm.drive.CDDrive
Returns an array of potential data ripper classes.
getDataTrack() - Method in class com.tuneology.avm.drive.DriveEntry
 
getDefaultCdrdaoDriver() - Static method in class com.tuneology.avm.drive.CDDrive
Returns the default cdrdao driver.
getDefaultCDROM() - Static method in class com.tuneology.avm.drive.Drive
Returns the first CD-ROM capable device in the drive list.
getDefaultFreedbHost() - Static method in class com.tuneology.avm.FreeDb
 
getDefaultFreedbUrl() - Static method in class com.tuneology.avm.FreeDb
 
getDescription() - Static method in class com.tuneology.avm.burner.HdiutilBurner
 
getDescription() - Static method in class com.tuneology.avm.burner.CdrdaoBurner
 
getDescription() - Static method in class com.tuneology.avm.burner.CdrecordBurner
 
getDescription() - Method in class com.tuneology.avm.drive.DriveEntry
 
getDescription() - Static method in class com.tuneology.avm.player.ALSAPlayer
 
getDescription() - Static method in class com.tuneology.avm.player.EsdPlayer
 
getDescription() - Static method in class com.tuneology.avm.player.WinampPlayer
 
getDescription() - Static method in class com.tuneology.avm.player.MPlayer
 
getDescription() - Static method in class com.tuneology.avm.player.XanimPlayer
 
getDescription() - Static method in class com.tuneology.avm.player.NativePlayer
 
getDescription() - Static method in class com.tuneology.avm.player.XmmsPlayer
 
getDescription() - Static method in class com.tuneology.avm.player.MadplayPlayer
 
getDescription() - Static method in class com.tuneology.avm.recorder.EsdRecorder
 
getDescription() - Static method in class com.tuneology.avm.recorder.NativeRecorder
 
getDescription() - Static method in class com.tuneology.avm.recorder.ALSARecorder
 
getDescription() - Static method in class com.tuneology.avm.ripper.ReadcdRipper
Returns a decription of the ripper.
getDescription() - Static method in class com.tuneology.avm.ripper.AkRipper
Returns a description of the ripper.
getDescription() - Static method in class com.tuneology.avm.ripper.CdparanoiaRipper
 
getDescription() - Static method in class com.tuneology.avm.ripper.Cdda2wavRipper
 
getDescription() - Static method in class com.tuneology.avm.qtplugin.QTPlugin
 
getDescription(Class) - Static method in class com.tuneology.avm.player.Player
Returns a string describing the player class.
getDescription(Class) - Static method in class com.tuneology.avm.recorder.Recorder
Returns a string describing the recorder class.
getDevCdrecordCmd() - Method in class com.tuneology.avm.drive.CDDrive
 
getDevice() - Method in class com.tuneology.avm.drive.Drive
Returns the device name.
getDevice() - Method in class com.tuneology.avm.drive.CDDrive
Returns the device name.
getDevice() - Method in class com.tuneology.avm.drive.MountPoint
 
getDevice() - Method in class com.tuneology.avm.drive.DriveEntry
 
getDevice() - Method in class com.tuneology.avm.player.Player
 
getDevice() - Method in interface com.tuneology.avm.player.MediaPlayer
 
getDeviceDescription(String) - Static method in class com.tuneology.avm.player.Player
Returns a string describing the device.
getDeviceDescription(String) - Static method in class com.tuneology.avm.recorder.Recorder
Returns a string describing the device.
getDevices() - Static method in class com.tuneology.avm.mixer.NativeMixer
Returns a list of the available devices.
getDevices() - Static method in class com.tuneology.avm.player.ALSAPlayer
 
getDevices() - Static method in class com.tuneology.avm.player.EsdPlayer
 
getDevices() - Static method in class com.tuneology.avm.player.NativePlayer
 
getDevices() - Static method in class com.tuneology.avm.recorder.EsdRecorder
 
getDevices() - Static method in class com.tuneology.avm.recorder.NativeRecorder
 
getDevices() - Static method in class com.tuneology.avm.recorder.ALSARecorder
 
getDirectory() - Method in class com.tuneology.avm.drive.DriveEntry
 
getDiscId() - Method in class com.tuneology.avm.DiscInfo
the discid as required for freedb
getDiscInfo() - Method in class com.tuneology.avm.drive.CDDrive
Returns the current state of the drive and full information about a CD, if present.
getDisktoolCmd() - Static method in class com.tuneology.avm.drive.Drive
 
getDrive(DriveEntry) - Static method in class com.tuneology.avm.drive.Drive
Returns a new Drive object for the specified drive.
getDriveEntry() - Method in class com.tuneology.avm.drive.MountPoint
 
getDriveList() - Static method in class com.tuneology.avm.drive.Drive
Returns a list of drives present on the computer.
getDriveReadSpeed() - Method in class com.tuneology.avm.drive.CDDrive
Returns the maximum read speed of the drive.
getDriveType() - Method in class com.tuneology.avm.drive.Drive
Returns the type of the drive.
getDriveType() - Method in class com.tuneology.avm.drive.DriveEntry
 
getDriveType(String) - Static method in class com.tuneology.avm.drive.Drive
Returns the type of the drive.
getDriveWriteSpeeds() - Method in class com.tuneology.avm.drive.CDRDrive
Returns the write speeds of the drive.
getElements() - Method in interface com.tuneology.avm.mixer.AudioMixer
Returns the elements (channels, switches) of the mixer.
getElements() - Method in class com.tuneology.avm.mixer.NativeMixer
Returns the elements (channels, switches) of the mixer.
getEntry() - Method in class com.tuneology.avm.drive.Drive
 
getEQValue(long) - Method in class com.tuneology.avm.player.WinampPlayer
Retrieves the EQ slider value for the slider specified by EQ_Index.
getEraseCmd(int) - Method in class com.tuneology.avm.burner.ShellBurner
Returns the command required to erase the disc in the given mode.
getEraseCmd(int) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
getEraseCmd(int) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
getEraseCmd(int) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
getEraserClass() - Method in class com.tuneology.avm.drive.CDRWDrive
 
getErasers() - Static method in class com.tuneology.avm.drive.CDRWDrive
Returns an array of eraser classes.
getErrorOutput() - Method in class com.tuneology.avm.ISOFsImg
 
getExtendedError() - Method in class com.tuneology.avm.ProcessException
 
getExtraStart() - Method in class com.tuneology.avm.DiscInfo
the index of the beginning of the ISO 9660 volume on a CD-Extra disc
getFile() - Method in interface com.tuneology.avm.media.MediaData
Returns a File object by which the contents can be read.
getFile() - Method in class com.tuneology.avm.media.MediaBuffer
 
getFile() - Method in class com.tuneology.avm.media.AudioData
Returns a File object by which the contents can be read.
getFile() - Method in class com.tuneology.avm.media.MediaFile
 
getFileCreator(File) - Method in class com.tuneology.avm.mrj.MRJPlugin
 
getFileFormat(File) - Static method in class com.tuneology.avm.AudioConverter
Returns the file type.
getFilePointer() - Method in interface com.tuneology.avm.media.MediaData
Returns the current position in the file.
getFilePointer() - Method in class com.tuneology.avm.media.MediaBuffer
Returns the current position in the file.
getFilePointer() - Method in class com.tuneology.avm.media.AudioData
Returns the current position in the file.
getFileSize() - Method in class com.tuneology.avm.TocEntry
 
getFileType(File) - Method in class com.tuneology.avm.mrj.MRJPlugin
 
getFlags() - Method in class com.tuneology.avm.DiscInfo
bits to indicate status of drive and media
getFormat() - Method in class com.tuneology.avm.TocEntry
the format of the track
getFormat() - Method in class com.tuneology.avm.FormatPrefs
 
getFormatName(int) - Static method in class com.tuneology.avm.player.ALSAPlayer
Returns a string containing the name of the audio format, suitable for user display.
getFormatName(int) - Static method in class com.tuneology.avm.player.NativePlayer
Returns a string containing the name of the audio format, suitable for user display.
getFrame() - Method in class com.tuneology.avm.PlayerStatus
The current track time.
getFrame() - Method in class com.tuneology.avm.TocEntry
the index of the beginning of the track
getFrameRate() - Method in class com.tuneology.avm.media.MediaEngine
 
getFreeSpace() - Method in class com.tuneology.avm.drive.MountPoint
Returns the free space available in the given directory.
getFs() - Method in class com.tuneology.avm.DiscInfo
the type of filesystem on the disc, with flags
getFsSize() - Method in class com.tuneology.avm.DiscInfo
the size of filesystem on the disc, in blocks
getGenericDev() - Method in class com.tuneology.avm.drive.CDDrive
for linux only
getGenre() - Method in class com.tuneology.avm.TocEntry
 
getGenre() - Method in class com.tuneology.avm.DiscInfo
hopefully an ID3 genre if you want it written to an MP3 file
getHdiutilCmd() - Static method in class com.tuneology.avm.drive.Drive
 
getHexId(int) - Static method in class com.tuneology.avm.FreeDb
Translated a discid value from an integer to an 8-digit hex number .
getId() - Method in class com.tuneology.avm.DiscInfo
an external ID
getId3GenreArray() - Static method in class com.tuneology.avm.InfoReader
Returns the list of ID3 genres.
getImage() - Method in class com.tuneology.avm.ISOFsImg
Runs mkisofs and starts streaming its output.
getImage() - Method in class com.tuneology.avm.drive.LoopbackDrive
returns the pathname of the current image file, or null if there is none
getImage(ProgressListener) - Method in class com.tuneology.avm.ISOFsImg
Runs mkisofs and starts streaming its output.
getIsrc() - Method in class com.tuneology.avm.TocEntry
the ISRC entry for the track
getJolietLevel() - Method in class com.tuneology.avm.DiscInfo
 
getLeadin() - Method in class com.tuneology.avm.DiscInfo
 
getLeadin() - Method in class com.tuneology.avm.burner.AtipInfo
 
getLeadout() - Method in class com.tuneology.avm.DiscInfo
the last index on the disc
getLeadout() - Method in class com.tuneology.avm.burner.AtipInfo
 
getLeft() - Method in class com.tuneology.avm.Volume
the left channel's volume
getLen() - Method in class com.tuneology.avm.TocEntry
the length of the track in 1/75 secs
getLength() - Method in class com.tuneology.avm.DiscInfo
 
getLogOutput() - Method in class com.tuneology.avm.FreeDb
Returns the latest query and the result returned.
getLoop() - Method in class com.tuneology.avm.player.Player
Returns true if the player will restart the file from the beginning when it ends.
getLoop() - Method in interface com.tuneology.avm.player.MediaPlayer
Returns the value of the loop property.
getLyrics() - Method in class com.tuneology.avm.TocEntry
 
getMadplayCmd() - Static method in class com.tuneology.avm.AudioConverter
 
getManufacturer() - Method in class com.tuneology.avm.drive.Drive
Returns the device's manufacturer.
getManufacturer() - Method in class com.tuneology.avm.drive.DriveEntry
 
getMask() - Method in class com.tuneology.avm.mixer.MixerEvent
 
getMasterChannel() - Method in interface com.tuneology.avm.mixer.AudioMixer
 
getMasterChannel() - Method in class com.tuneology.avm.mixer.NativeMixer
 
getMax() - Method in class com.tuneology.avm.VolumeRange
 
getMaxAudioTracks() - Method in class com.tuneology.avm.DiscInfo
 
getMaxMediaWriteSpeed() - Method in class com.tuneology.avm.burner.AtipInfo
 
getMcn() - Method in class com.tuneology.avm.DiscInfo
Media Catalog Number, if present and read
getMediaSize() - Method in class com.tuneology.avm.burner.AtipInfo
 
getMetaflacCmd() - Static method in class com.tuneology.avm.InfoReader
 
getMin() - Method in class com.tuneology.avm.VolumeRange
 
getMin() - Method in class com.tuneology.avm.PlayerStatus
The current track time.
getMixer() - Method in class com.tuneology.avm.mixer.MixerEvent
 
getMixerChannel(String) - Method in class com.tuneology.avm.player.LocalPlayer
 
getMkfifoCmd() - Static method in class com.tuneology.avm.Native
Returns the mkfifo command.
getMode() - Method in class com.tuneology.avm.TocEntry
the mode of the track
getMode() - Method in class com.tuneology.avm.FormatPrefs
 
getModel() - Method in class com.tuneology.avm.drive.Drive
Returns the device's model name.
getModel() - Method in class com.tuneology.avm.drive.DriveEntry
 
getMotd() - Method in class com.tuneology.avm.FreeDb
Returns the server's message of the day.
getMountPoint(String) - Static method in class com.tuneology.avm.drive.Drive
Returns the mount point corresponding to the path If there are nested mount points, this will return the deepest nested point.
getMountPoints() - Method in class com.tuneology.avm.drive.Drive
Returns the mount point.
getMountPoints() - Method in class com.tuneology.avm.drive.CDDrive
Returns the mount points.
getMountPoints() - Method in class com.tuneology.avm.drive.DriveEntry
 
getMsinfo() - Method in class com.tuneology.avm.burner.ShellBurner
Returns multisession info for the disc in the drive.
getMsinfo() - Method in interface com.tuneology.avm.burner.Burner
Returns a string with the multisession info.
getMsinfoCmd() - Method in class com.tuneology.avm.burner.ShellBurner
Returns the command required to read the multisession info from the disc.
getMsinfoCmd() - Method in class com.tuneology.avm.burner.HdiutilBurner
 
getMsinfoCmd() - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
getMsinfoCmd() - Method in class com.tuneology.avm.burner.CdrecordBurner
 
getName() - Method in interface com.tuneology.avm.mixer.AudioMixer
Returns the name of the mixer.
getName() - Method in class com.tuneology.avm.mixer.NativeMixer
Returns the name of the mixer.
getName() - Method in class com.tuneology.avm.mixer.NativeMixerElement
Returns the name of the mixer element.
getName() - Method in interface com.tuneology.avm.mixer.MixerElement
Returns the name of the mixer element.
getName() - Method in class com.tuneology.avm.player.Player
 
getName() - Method in class com.tuneology.avm.player.ALSAPlayer
 
getName() - Method in class com.tuneology.avm.player.WinampPlayer
 
getName() - Method in interface com.tuneology.avm.player.MediaPlayer
 
getName() - Method in class com.tuneology.avm.recorder.EsdRecorder
 
getName() - Method in class com.tuneology.avm.recorder.NativeRecorder
 
getName() - Method in class com.tuneology.avm.recorder.ALSARecorder
 
getName() - Method in interface com.tuneology.avm.recorder.MediaRecorder
 
getNameMax() - Method in class com.tuneology.avm.drive.Drive
Returns the maximum number of characters in a filename for this file system.
getOggInfoCmd() - Static method in class com.tuneology.avm.InfoReader
 
getPath() - Method in class com.tuneology.avm.TocEntry
valid on MacOS, which makes a virtual file system of the CD's contents
getPath() - Method in class com.tuneology.avm.DiscInfo
 
getPath() - Method in class com.tuneology.avm.drive.MountPoint
 
getPath() - Method in interface com.tuneology.avm.media.MediaData
Returns the pathname of the file if it has one, blank otherwise.
getPath() - Method in class com.tuneology.avm.media.MediaBuffer
 
getPath() - Method in class com.tuneology.avm.media.AudioData
 
getPath() - Method in class com.tuneology.avm.media.MediaFile
 
getPcmChannel() - Method in interface com.tuneology.avm.mixer.AudioMixer
 
getPcmChannel() - Method in class com.tuneology.avm.mixer.NativeMixer
 
getPcmChannel(String) - Method in class com.tuneology.avm.player.LocalPlayer
 
getpid() - Static method in class com.tuneology.avm.Native
 
getPlayer(String) - Method in class com.tuneology.avm.drive.CDDrive
 
getPreAmpValue() - Method in class com.tuneology.avm.player.WinampPlayer
 
getPreferredTempDirectory() - Static method in class com.tuneology.avm.Native
Returns the directory for storing temp files.
getPrefsDirectory() - Method in interface com.tuneology.avm.CorePlugin
 
getPrefsDirectory() - Static method in class com.tuneology.avm.Native
Returns the directory for storing preferences files.
getPrefsDirectory() - Method in class com.tuneology.avm.mrj.MRJPlugin
 
getProcessOutput() - Method in class com.tuneology.avm.ripper.ShellRipper
Waits for the process to end, and returns a string containing the output from the process.
getProcessOutput() - Method in class com.tuneology.avm.ripper.AkRipper
Returns the output from the process (nothing in this case).
getProcessOutput() - Method in interface com.tuneology.avm.ripper.Ripper
 
getProperties() - Method in interface com.tuneology.avm.media.MediaData
 
getProperties() - Method in class com.tuneology.avm.media.MediaBuffer
 
getProperties() - Method in class com.tuneology.avm.media.AudioData
 
getProperties() - Method in class com.tuneology.avm.media.MediaFile
 
getQuality() - Method in class com.tuneology.avm.FormatPrefs
 
getRate() - Method in class com.tuneology.avm.TocEntry
bit rate, in bits/second
getRate() - Method in class com.tuneology.avm.recorder.EsdRecorder
 
getRate() - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
getRate() - Method in class com.tuneology.avm.recorder.NativeRecorder
 
getRate() - Method in class com.tuneology.avm.recorder.ALSARecorder
 
getResource(String) - Static method in class com.tuneology.avm.Native
 
getResourceString(String) - Static method in class com.tuneology.avm.Native
Returns a string from the resource bundle.
getRight() - Method in class com.tuneology.avm.Volume
the right channel's volume.
getRipperDescription(Class) - Static method in class com.tuneology.avm.drive.CDDrive
returns a short string describing the ripper.
getScsiId() - Method in class com.tuneology.avm.drive.Drive
Returns the scsi ID of the drive.
getScsiId() - Method in class com.tuneology.avm.drive.DriveEntry
 
getScsiId(String) - Static method in class com.tuneology.avm.drive.Drive
returns the SCSI ID of the device
getSec() - Method in class com.tuneology.avm.PlayerStatus
The current track time.
getSepChar(DiscInfo) - Static method in class com.tuneology.avm.FreeDb
Returns a good guess for the character that separates the artist from the title in the information received from freedb regarding multi-artist CDs.
getServers() - Method in class com.tuneology.avm.FreeDb
Returns a list of available servers.
getServerStatus() - Method in class com.tuneology.avm.FreeDb
Returns the server's status.
getServerVersion() - Method in class com.tuneology.avm.FreeDb
Returns the server's version information.
getSession() - Method in class com.tuneology.avm.TocEntry
the session number
getSession() - Method in class com.tuneology.avm.drive.MountPoint
 
getSessionCmd(int, int, boolean, String, String[], boolean[], DiscInfo, File) - Method in class com.tuneology.avm.burner.ShellBurner
 
getSessionCmd(int, int, boolean, String, String[], boolean[], DiscInfo, File) - Method in class com.tuneology.avm.burner.HdiutilBurner
Generates the shell command used to write a session on the disc.
getSessionCmd(int, int, boolean, String, String[], boolean[], DiscInfo, File) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
getSessionCmd(int, int, boolean, String, String[], boolean[], DiscInfo, File) - Method in class com.tuneology.avm.burner.CdrecordBurner
Generates the shell command used to write a session on the disc.
getSize() - Method in class com.tuneology.avm.DiscInfo
 
getSize() - Method in class com.tuneology.avm.player.ALSAPlayer
 
getSize() - Method in class com.tuneology.avm.player.EsdPlayer
 
getSize() - Method in class com.tuneology.avm.player.WinampPlayer
 
getSize() - Method in class com.tuneology.avm.player.CDPlayer
 
getSize() - Method in interface com.tuneology.avm.player.MediaPlayer
Returns the maximum size of the current file.
getSize() - Method in class com.tuneology.avm.player.MPlayer
 
getSize() - Method in class com.tuneology.avm.player.XanimPlayer
 
getSize() - Method in class com.tuneology.avm.player.NativePlayer
 
getSize() - Method in class com.tuneology.avm.player.XmmsPlayer
 
getSize() - Method in class com.tuneology.avm.player.MadplayPlayer
 
getSize() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
getSocket() - Method in class com.tuneology.avm.jesd.IO
 
getSongwriter() - Method in class com.tuneology.avm.TocEntry
 
getSongwriter() - Method in class com.tuneology.avm.DiscInfo
from CD-TEXT info
getState() - Method in class com.tuneology.avm.media.MediaEngine
 
getStateName(int) - Static method in class com.tuneology.avm.media.MediaEngine
 
getStatus() - Method in class com.tuneology.avm.PlayerStatus
One of the following: MODE_STOP, MODE_PLAY, MODE_PAUSE, MODE_OPEN, MODE_NO_DISC, MODE_NOT_READY, MODE_INVALID.
getStatus() - Method in class com.tuneology.avm.player.WinampPlayer
Retrieves the status of WinAMP: PLAYING, PAUSED or STOPPED
getStreamFormat() - Method in class com.tuneology.avm.recorder.EsdRecorder
 
getStreamFormat() - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
getStreamFormat() - Method in class com.tuneology.avm.recorder.NativeRecorder
 
getStreamFormat() - Method in class com.tuneology.avm.recorder.ALSARecorder
 
getStreamingCmd(int, int, boolean, String, boolean, TocEntry) - Method in class com.tuneology.avm.burner.ShellBurner
 
getStreamingCmd(int, int, boolean, String, boolean, TocEntry) - Method in class com.tuneology.avm.burner.HdiutilBurner
Generates the shell command for writing a data stream to a session on the disc.
getStreamingCmd(int, int, boolean, String, boolean, TocEntry) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
getStreamingCmd(int, int, boolean, String, boolean, TocEntry) - Method in class com.tuneology.avm.burner.CdrecordBurner
Generates the shell command for writing a data stream to a session on the disc.
getStreamName(int) - Static method in class com.tuneology.avm.player.ALSAPlayer
 
getStreamName(int) - Static method in class com.tuneology.avm.player.NativePlayer
 
getStringArray(ArrayList) - Static method in class com.tuneology.avm.Native
Takes a vector of strings and creates an array of strings.
getTempDirectory() - Method in interface com.tuneology.avm.CorePlugin
 
getTempDirectory() - Method in class com.tuneology.avm.mrj.MRJPlugin
 
getTitle() - Method in class com.tuneology.avm.TocEntry
read from CD-TEXT, if present
getTitlePath() - Method in class com.tuneology.avm.TocEntry
The song title, with all strange characters replaced by '_'.
getTocEntries() - Method in class com.tuneology.avm.DiscInfo
 
getTocEntry(int) - Method in class com.tuneology.avm.DiscInfo
the table of audio contents
getTrack() - Method in class com.tuneology.avm.PlayerStatus
The current track.
getTrack() - Method in class com.tuneology.avm.TocEntry
the track number
getTrackLength() - Method in class com.tuneology.avm.player.WinampPlayer
 
getTrackPosition() - Method in class com.tuneology.avm.player.WinampPlayer
Retrieves the position of the current track in secs.
getTrackString() - Method in class com.tuneology.avm.DiscInfo
the list of tracks as required for freedb
getTrashDirectory() - Method in interface com.tuneology.avm.CorePlugin
 
getTrashDirectory() - Static method in class com.tuneology.avm.Native
Return the trash directory.
getTrashDirectory() - Method in class com.tuneology.avm.mrj.MRJPlugin
 
getType() - Method in class com.tuneology.avm.TocEntry
the type of the track
getType() - Method in interface com.tuneology.avm.mixer.MixerSwitch
 
getType() - Method in class com.tuneology.avm.mixer.NativeMixerElement
Returns true if the channel has an input.
getType() - Method in class com.tuneology.avm.mixer.NativeMixerSwitch
 
getType() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
 
getType() - Method in interface com.tuneology.avm.mixer.MixerElement
Returns true if the channel has an input.
getType() - Method in interface com.tuneology.avm.mixer.MixerChannel
 
getValue() - Method in interface com.tuneology.avm.mixer.MixerSwitch
Returns the value of the switch.
getValue() - Method in class com.tuneology.avm.mixer.NativeMixerSwitch
Returns the value of the switch.
getVersion() - Method in class com.tuneology.avm.drive.Drive
Returns the device's firmware revision.
getVersion() - Method in class com.tuneology.avm.drive.DriveEntry
 
getVersions() - Static method in class com.tuneology.avm.InfoReader
 
getVersions() - Static method in class com.tuneology.avm.ISOFsImg
 
getVersions() - Static method in class com.tuneology.avm.AudioConverter
Returns a string containing the versions of all the format conversion programs.
getVersions() - Static method in class com.tuneology.avm.drive.Drive
returns the versions of the programs used.
getVersions() - Static method in class com.tuneology.avm.drive.CDDrive
Returns a string containing the versions of the burners and rippers used.
getVersions() - Static method in class com.tuneology.avm.drive.CDRDrive
Returns the version numbers of the programs used.
getVersions() - Static method in class com.tuneology.avm.mixer.NativeMixer
Returns the version strings of underlying libraries.
getVersions() - Static method in class com.tuneology.avm.player.Player
Returns a string containing the version numbers of all the installed players.
getVersions() - Static method in class com.tuneology.avm.recorder.Recorder
 
getVersionString() - Static method in class com.tuneology.avm.burner.HdiutilBurner
 
getVersionString() - Static method in class com.tuneology.avm.burner.CdrdaoBurner
 
getVersionString() - Static method in class com.tuneology.avm.burner.CdrecordBurner
 
getVersionString() - Static method in class com.tuneology.avm.player.ALSAPlayer
 
getVersionString() - Static method in class com.tuneology.avm.player.EsdPlayer
 
getVersionString() - Static method in class com.tuneology.avm.player.WinampPlayer
 
getVersionString() - Static method in class com.tuneology.avm.player.MPlayer
 
getVersionString() - Static method in class com.tuneology.avm.player.XanimPlayer
 
getVersionString() - Static method in class com.tuneology.avm.player.NativePlayer
 
getVersionString() - Static method in class com.tuneology.avm.player.XmmsPlayer
 
getVersionString() - Static method in class com.tuneology.avm.player.MadplayPlayer
 
getVersionString() - Static method in class com.tuneology.avm.recorder.EsdRecorder
Returns the version string for the underlying library, or blank if none.
getVersionString() - Static method in class com.tuneology.avm.recorder.NativeRecorder
Returns the version string for the underlying library, or blank if none.
getVersionString() - Static method in class com.tuneology.avm.recorder.ALSARecorder
Returns the version string for the underlying library, or blank if none.
getVersionString() - Static method in class com.tuneology.avm.ripper.ReadcdRipper
Returns a string containing readcd's version information.
getVersionString() - Static method in class com.tuneology.avm.ripper.AkRipper
Returns the version of Akrip used.
getVersionString() - Static method in class com.tuneology.avm.ripper.CdparanoiaRipper
Returns a string containing readcd's version information.
getVersionString() - Static method in class com.tuneology.avm.ripper.Cdda2wavRipper
 
getVersionString() - Static method in class com.tuneology.avm.qtplugin.QTPlugin
 
getVideoPlayers() - Static method in class com.tuneology.avm.player.Player
Returns a list of all the video players available on the platform.
getVideoRecorders() - Static method in class com.tuneology.avm.recorder.Recorder
 
getVolName() - Method in class com.tuneology.avm.DiscInfo
the ISO9660 Volume Label String
getVolume() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Returns the current volume setting.
getVolume() - Method in interface com.tuneology.avm.mixer.MixerChannel
Returns the current volume setting.
getVolume() - Method in class com.tuneology.avm.player.LocalPlayer
 
getVolume() - Method in class com.tuneology.avm.player.ALSAPlayer
Gets the audio output volume.
getVolume() - Method in class com.tuneology.avm.player.EsdPlayer
Gets the audio output volume.
getVolume() - Method in class com.tuneology.avm.player.WinampPlayer
Gets the audio output volume.
getVolume() - Method in class com.tuneology.avm.player.CDPlayer
Gets the audio output volume of the CD player.
getVolume() - Method in interface com.tuneology.avm.player.MediaPlayer
Gets the audio output volume.
getVolume() - Method in class com.tuneology.avm.player.MPlayer
Gets the audio output volume.
getVolume() - Method in class com.tuneology.avm.player.XanimPlayer
Gets the audio output volume of the CD player.
getVolume() - Method in class com.tuneology.avm.player.NativePlayer
Gets the audio output volume.
getVolume() - Method in class com.tuneology.avm.player.XmmsPlayer
Gets the audio output volume of the CD player.
getVolume() - Method in class com.tuneology.avm.player.MadplayPlayer
Gets the audio output volume.
getVolume() - Method in class com.tuneology.avm.qtplugin.QTPlugin
Gets the audio output volume of the CD player.
getVolumeRange() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Returns the range of volume settings for the channel.
getVolumeRange() - Method in interface com.tuneology.avm.mixer.MixerChannel
Returns the range of volume settings for the channel.
getVolumeRange() - Method in class com.tuneology.avm.player.LocalPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.ALSAPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.EsdPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.WinampPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.CDPlayer
 
getVolumeRange() - Method in interface com.tuneology.avm.player.MediaPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.MPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.XanimPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.NativePlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.XmmsPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.player.MadplayPlayer
 
getVolumeRange() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
getYear() - Method in class com.tuneology.avm.TocEntry
 
getYear() - Method in class com.tuneology.avm.DiscInfo
year of publishing

H

handleAbout() - Method in interface com.tuneology.avm.ApplListener
Called when the user picks the about menu item.
handleAbout() - Method in class com.tuneology.avm.mrj.MRJPlugin
Callback from MRJ.
handleOpen(File) - Method in interface com.tuneology.avm.ApplListener
Called when the user opens a document with the application.
handleOpenApp() - Method in interface com.tuneology.avm.ApplListener
Called when the user runs the application when it is already open.
handleOpenApplication() - Method in class com.tuneology.avm.mrj.MRJPlugin
Callback from MRJ.
handleOpenFile(File) - Method in class com.tuneology.avm.mrj.MRJPlugin
 
handlePreferences() - Method in interface com.tuneology.avm.ApplListener
Called when the user picks the Preferences menu item.
handlePrefs() - Method in class com.tuneology.avm.mrj.MRJPlugin
Callback from MRJ.
handlePrint(File) - Method in interface com.tuneology.avm.ApplListener
Called when the user prints a document with the application.
handlePrintFile(File) - Method in class com.tuneology.avm.mrj.MRJPlugin
Callback from MRJ.
handleQuit() - Method in interface com.tuneology.avm.ApplListener
Called when the user picks the Quit menu item.
handleQuit() - Method in class com.tuneology.avm.mrj.MRJPlugin
Callback from MRJ.
hasAudioTracks() - Method in class com.tuneology.avm.drive.MountPoint
 
hasMute() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Returns true if the channel supports muting.
hasMute() - Method in interface com.tuneology.avm.mixer.MixerChannel
Returns true if the channel supports muting.
hasRecord() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Returns true if the channel supports recording.
hasRecord() - Method in interface com.tuneology.avm.mixer.MixerChannel
Returns true if the channel supports recording.
HdiutilBurner - class com.tuneology.avm.burner.HdiutilBurner.
Implements writing CD-R data using the hdiutil program (OSX only).
HdiutilBurner(CDRDrive) - Constructor for class com.tuneology.avm.burner.HdiutilBurner
 
headerSize - Variable in class com.tuneology.avm.media.MediaProperties
The number of bytes in the header.
HIGH_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
value for quality
host - Variable in class com.tuneology.avm.FreeDb.Site
The hostname of the server.

I

ia - Variable in class com.tuneology.avm.jesd.IO
 
in - Variable in class com.tuneology.avm.jesd.IO
 
InfoReader - class com.tuneology.avm.InfoReader.
This class is used to read and write meta-information to media files.
InfoReader() - Constructor for class com.tuneology.avm.InfoReader
 
initialize() - Method in class com.tuneology.avm.player.NativePlayer
 
initInstance() - Method in class com.tuneology.avm.player.Player
 
initInstance() - Method in class com.tuneology.avm.player.LocalPlayer
 
intToString(int) - Static method in class com.tuneology.avm.mrj.MRJPlugin
 
InvalidStateException - exception com.tuneology.avm.InvalidStateException.
An exception thrown when a command is attempted, but the MediaEngine is in the wrong state.
InvalidStateException(String) - Constructor for class com.tuneology.avm.InvalidStateException
 
IO - class com.tuneology.avm.jesd.IO.
Helper API to Esound.
IO() - Constructor for class com.tuneology.avm.jesd.IO
 
IOLSB - class com.tuneology.avm.jesd.IOLSB.
IOLSB.
IOLSB() - Constructor for class com.tuneology.avm.jesd.IOLSB
 
IOMSB - class com.tuneology.avm.jesd.IOMSB.
IOMSB.
IOMSB() - Constructor for class com.tuneology.avm.jesd.IOMSB
 
isCDR(int) - Static method in class com.tuneology.avm.drive.Drive
Returns true if the device type is a CD-R.
isCdrom(int) - Static method in class com.tuneology.avm.drive.Drive
Returns true if the device type is a CD-ROM.
isEjectable() - Method in class com.tuneology.avm.drive.DriveEntry
Returns true if the drive can be ejected from software.
isEnabled() - Static method in class com.tuneology.avm.player.ALSAPlayer
Returns true if ALSA libraries are present.
isEnabled() - Static method in class com.tuneology.avm.recorder.ALSARecorder
Returns true if ALSA libraries are present.
isExecutable(String) - Static method in class com.tuneology.avm.Native
Returns true if the pathname specifies an executable program.
isFinished() - Method in class com.tuneology.avm.ISOFsImg
 
isInitialized() - Method in class com.tuneology.avm.TocEntry
true if this information had been set
isInitialized() - Method in class com.tuneology.avm.DiscInfo
true if this information had been set
isLinux - Static variable in class com.tuneology.avm.Native
True if the jvm is running on Linux.
isLoadable() - Method in class com.tuneology.avm.drive.DriveEntry
Returns true if the drive can be loaded from software.
isLoadable(String) - Static method in class com.tuneology.avm.drive.DriveEntry
Returns true if the drive can be loaded from software.
isLoaded() - Method in class com.tuneology.avm.drive.CDDrive
Returns true if the tray is closed.
isLoaded() - Method in class com.tuneology.avm.drive.DriveEntry
Returns true if the drive is loaded.
isMountable() - Method in class com.tuneology.avm.drive.MountPoint
 
isMountable() - Method in class com.tuneology.avm.drive.DriveEntry
 
isMounted() - Method in class com.tuneology.avm.drive.MountPoint
Returns true if the volume is mounted.
isMultiArtist() - Method in class com.tuneology.avm.DiscInfo
true if there is more than one artist
isMute() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Returns the state of the mute bit.
isMute() - Method in interface com.tuneology.avm.mixer.MixerChannel
Returns the state of the mute bit.
ISOFsImg - class com.tuneology.avm.ISOFsImg.
Used to generate an ISO image file.
ISOFsImg() - Constructor for class com.tuneology.avm.ISOFsImg
 
isOSX - Static variable in class com.tuneology.avm.Native
True if the jvm is running on OS X.
ISRC - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can return CD ISRC information
isRecord() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Returns the state of the record bit for the channel.
isRecord() - Method in interface com.tuneology.avm.mixer.MixerChannel
Returns the state of the record bit for the channel.
isSolaris - Static variable in class com.tuneology.avm.Native
True if the jvm is running on Solaris.
isStereo() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Returns true if the channel is stereo.
isStereo() - Method in interface com.tuneology.avm.mixer.MixerChannel
Returns true if the channel is stereo.
isStream() - Method in interface com.tuneology.avm.media.MediaData
Returns true if the source is a stream of indefinate length.
isStream() - Method in class com.tuneology.avm.media.MediaBuffer
Returns true if the source is a stream of indefinate length.
isStream() - Method in class com.tuneology.avm.media.AudioData
Returns true if the source is a stream of indefinate length.
isStream() - Method in class com.tuneology.avm.media.MediaFile
Returns true if the source is a stream of indefinate length.
isSuccess() - Method in class com.tuneology.avm.ISOFsImg
Call this after reading the file image to see if the operation is successful.
isWindows - Static variable in class com.tuneology.avm.Native
True if the jvm is running on some sort of Windows.

J

JEsd - class com.tuneology.avm.jesd.JEsd.
API to Esound.
JEsd() - Constructor for class com.tuneology.avm.jesd.JEsd
 
JEsd(int) - Constructor for class com.tuneology.avm.jesd.JEsd
 
JEsd(String) - Constructor for class com.tuneology.avm.jesd.JEsd
 
JEsd(String, int) - Constructor for class com.tuneology.avm.jesd.JEsd
 
jumpTo(int) - Method in class com.tuneology.avm.player.LocalPlayer
 
jumpTo(int) - Method in class com.tuneology.avm.player.ALSAPlayer
Moves the current position.
jumpTo(int) - Method in class com.tuneology.avm.player.EsdPlayer
Moves the current position.
jumpTo(int) - Method in class com.tuneology.avm.player.WinampPlayer
 
jumpTo(int) - Method in class com.tuneology.avm.player.CDPlayer
 
jumpTo(int) - Method in interface com.tuneology.avm.player.MediaPlayer
Moves the current position.
jumpTo(int) - Method in class com.tuneology.avm.player.MPlayer
 
jumpTo(int) - Method in class com.tuneology.avm.player.XanimPlayer
 
jumpTo(int) - Method in class com.tuneology.avm.player.NativePlayer
Moves the current position.
jumpTo(int) - Method in class com.tuneology.avm.player.XmmsPlayer
 
jumpTo(int) - Method in class com.tuneology.avm.player.MadplayPlayer
 
jumpTo(int) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 

L

length() - Method in interface com.tuneology.avm.media.MediaData
Returns the length of the file.
length() - Method in class com.tuneology.avm.media.MediaBuffer
 
length() - Method in class com.tuneology.avm.media.AudioData
Returns the length of the file.
listeners - Variable in class com.tuneology.avm.player.Player
 
listJolietCharsets() - Static method in class com.tuneology.avm.ISOFsImg
Returns an array containing the possible values for setJolietCharset.
load_type - Variable in class com.tuneology.avm.drive.CDDrive
the drive's loading mechanism type
load() - Method in class com.tuneology.avm.drive.DriveEntry
Loads the media into the drive.
LocalPlayer - class com.tuneology.avm.player.LocalPlayer.
 
LocalPlayer(String, String) - Constructor for class com.tuneology.avm.player.LocalPlayer
 
location - Variable in class com.tuneology.avm.FreeDb.Site
The description of the the server's location.
lock - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can allow media to be locked in the drive via PREVENT/ALLOW command
lock() - Method in class com.tuneology.avm.jesd.JEsd
 
LoopbackDrive - class com.tuneology.avm.drive.LoopbackDrive.
This class represents a loopback device.
looping - Variable in class com.tuneology.avm.player.Player
 
LOW_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
value for quality
LSBF - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can send digital data LSB-first
Lyrics - interface com.tuneology.avm.Lyrics.
An API for accessing external lyrics databases.
LyricsXP - class com.tuneology.avm.LyricsXP.
An API for the lyricsxp lyrics database.
LyricsXP() - Constructor for class com.tuneology.avm.LyricsXP
 

M

MadplayPlayer - class com.tuneology.avm.player.MadplayPlayer.
An interface to madplay, a sound file player for Unix.
MadplayPlayer(String, String) - Constructor for class com.tuneology.avm.player.MadplayPlayer
Instantiate a new player.
makeLocalCopy(File, File, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
Given a file, creates a new object representing a local version of the file, and copies the file from the remote store to the local file system.
max_read_speed - Variable in class com.tuneology.avm.drive.CDDrive
Maximum read speed in kB/s supported by the drive.
max_write_speed - Variable in class com.tuneology.avm.drive.CDDrive
Maximum write speed in kB/s supported by the drive.
maxMediaWriteSpeed - Variable in class com.tuneology.avm.burner.ShellBurner
 
MED_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
value for quality
MediaBuffer - class com.tuneology.avm.media.MediaBuffer.
This class implements an in-memory implementation of the MediaData interface.
MediaBuffer(InputStream) - Constructor for class com.tuneology.avm.media.MediaBuffer
 
MediaBuffer(long, MediaProperties) - Constructor for class com.tuneology.avm.media.MediaBuffer
 
MediaData - interface com.tuneology.avm.media.MediaData.
This interface represents a data store with capabilities suitable for holding media data.
MediaEngine - class com.tuneology.avm.media.MediaEngine.
This class implements a controller for recording and playing back digital media.
MediaEngine(JSlider, JButton, JButton, JButton, JButton, JButton, JButton, JButton, JCheckBox, MediaData, MediaPlayer, MediaRecorder) - Constructor for class com.tuneology.avm.media.MediaEngine
 
MediaFile - class com.tuneology.avm.media.MediaFile.
This class implements a file API suitable for media files.
MediaFile(File, String) - Constructor for class com.tuneology.avm.media.MediaFile
 
MediaFile(String, String) - Constructor for class com.tuneology.avm.media.MediaFile
 
MediaPlayer - interface com.tuneology.avm.player.MediaPlayer.
An interface to facilities for playing audio and video files.
MediaProperties - class com.tuneology.avm.media.MediaProperties.
Represents information about a media file.
MediaProperties() - Constructor for class com.tuneology.avm.media.MediaProperties
 
MediaRecorder - interface com.tuneology.avm.recorder.MediaRecorder.
This class represents a digital media recorder.
method2 - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read fixed-packet CD media using Method 2
mixer - Variable in class com.tuneology.avm.player.LocalPlayer
 
mixerAction(MixerEvent) - Method in interface com.tuneology.avm.mixer.MixerListener
Called when the mixer changes.
mixerChannel - Variable in class com.tuneology.avm.player.LocalPlayer
 
MixerChannel - interface com.tuneology.avm.mixer.MixerChannel.
This class represents a channel on an audio mixer.
MixerElement - interface com.tuneology.avm.mixer.MixerElement.
This abstract class represents an element, such as a channel or a switch, on an audio mixer.
MixerEvent - class com.tuneology.avm.mixer.MixerEvent.
This class represents a callback event from an audio mixer.
MixerEvent(AudioMixer, MixerElement, int) - Constructor for class com.tuneology.avm.mixer.MixerEvent
 
MixerListener - interface com.tuneology.avm.mixer.MixerListener.
This is an interface for listeners looking to receive callbacks when the mixer state changes.
MixerSwitch - interface com.tuneology.avm.mixer.MixerSwitch.
This class represents a switch on an audio mixer.
mkfifo(File) - Static method in class com.tuneology.avm.Native
For Unix only: executes the mkfifo command.
mode_2_form_1 - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read Mode 2 Form 1 blocks
mode_2_form_2 - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read Mode 2 Form 2 blocks
MODE_INVALID - Static variable in class com.tuneology.avm.PlayerStatus
possible value for PlayStatus.status
MODE_NO_DISC - Static variable in class com.tuneology.avm.PlayerStatus
possible value for PlayStatus.status
MODE_NOT_READY - Static variable in class com.tuneology.avm.PlayerStatus
possible value for PlayStatus.status
MODE_OPEN - Static variable in class com.tuneology.avm.PlayerStatus
possible value for PlayStatus.status
MODE_PAUSE - Static variable in class com.tuneology.avm.PlayerStatus
possible value for PlayStatus.status
MODE_PLAY - Static variable in class com.tuneology.avm.PlayerStatus
possible value for PlayStatus.status
MODE_STOP - Static variable in class com.tuneology.avm.PlayerStatus
possible value for PlayStatus.status
monitor_stream(int, int, String, String) - Static method in class com.tuneology.avm.jesd.JEsd
 
MONO_MODE - Static variable in class com.tuneology.avm.FormatPrefs
value for mode
mount(boolean) - Method in class com.tuneology.avm.drive.MountPoint
Mount or unmount a file system.
MountPoint - class com.tuneology.avm.drive.MountPoint.
This class represents one of several mounted volumes associated with a drive.
moveDown(TocEntry) - Method in class com.tuneology.avm.DiscInfo
Swaps the track with the one below it.
moveUp(TocEntry) - Method in class com.tuneology.avm.DiscInfo
Swaps the track with the one previous to it.
MP3_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
MPlayer - class com.tuneology.avm.player.MPlayer.
An interface to mplayer, a video player for Unix.
MPlayer(String, String) - Constructor for class com.tuneology.avm.player.MPlayer
 
MRJPlugin - class com.tuneology.avm.mrj.MRJPlugin.
This class exists as a glue layer for MRJ.
MRJPlugin() - Constructor for class com.tuneology.avm.mrj.MRJPlugin
The constructor registers this class as a listener for all the MRJ events.
msecs - Variable in class com.tuneology.avm.media.StatusEvent
 
msInfo - Variable in class com.tuneology.avm.burner.ShellBurner
 
multi_session - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read multi-session CDs

N

Native - class com.tuneology.avm.Native.
This class extends the System and Runtime classes to provide extra functionality.
Native.LineReader - interface com.tuneology.avm.Native.LineReader.
This class gets called for each line of output generated by the program.
Native.Logger - interface com.tuneology.avm.Native.Logger.
This class is called for each line of output generated by a shell program.
NativeMixer - class com.tuneology.avm.mixer.NativeMixer.
This class represents an audio mixer.
NativeMixer(String) - Constructor for class com.tuneology.avm.mixer.NativeMixer
Construct a new mixer device object.
NativeMixerChannel - class com.tuneology.avm.mixer.NativeMixerChannel.
This class represents a channel on an audio mixer.
NativeMixerElement - class com.tuneology.avm.mixer.NativeMixerElement.
This abstract class represents an element, such as a channel or a switch, on an audio mixer.
NativeMixerElement(NativeMixer, long, String) - Constructor for class com.tuneology.avm.mixer.NativeMixerElement
Create a new element.
NativeMixerSwitch - class com.tuneology.avm.mixer.NativeMixerSwitch.
This class represents a switch on an audio mixer.
NativeMixerSwitch(NativeMixer, long, String) - Constructor for class com.tuneology.avm.mixer.NativeMixerSwitch
Create a new switch.
NativePlayer - class com.tuneology.avm.player.NativePlayer.
A native API to a digital audio player, usually on a sound card.
NativePlayer(String, String) - Constructor for class com.tuneology.avm.player.NativePlayer
 
NativeRecorder - class com.tuneology.avm.recorder.NativeRecorder.
This class represents a digital audio recorder, usually on a sound card.
NativeRecorder(String) - Constructor for class com.tuneology.avm.recorder.NativeRecorder
 
newAudioRecorder(String) - Static method in class com.tuneology.avm.recorder.Recorder
 
newMediaPlayer(String, Class, String) - Static method in class com.tuneology.avm.player.Player
Returns a new instance of a player object, based on its class.
newRecorder(String, Class) - Static method in class com.tuneology.avm.recorder.Recorder
 
noop() - Method in class com.tuneology.avm.media.MediaEngine
 
NoValidateParser - class com.tuneology.avm.NoValidateParser.
This class extends the standard nanoXML XML parser, but it omits the validation process.
NoValidateParser() - Constructor for class com.tuneology.avm.NoValidateParser
 
num_vol_levels - Variable in class com.tuneology.avm.drive.CDDrive
number of volume control labels supported by the drive.

O

OGG_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
OP_CLEAR - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_LOAD - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_NOOP - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_PAUSE_PLAYING - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_PAUSE_RECORDING - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_RESUME_PLAYING - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_RESUME_RECORDING - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_START_PLAYING - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_START_RECORDING - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_STOP_PLAYING - Static variable in class com.tuneology.avm.media.MediaEngine
 
OP_STOP_RECORDING - Static variable in class com.tuneology.avm.media.MediaEngine
 
openBrowserWindow(String) - Method in interface com.tuneology.avm.CorePlugin
Unregister for application events.
openBrowserWindow(String) - Static method in class com.tuneology.avm.Native
 
openBrowserWindow(String) - Method in class com.tuneology.avm.mrj.MRJPlugin
Call this to open an url in a new browser window.
openURL(String) - Method in class com.tuneology.avm.mrj.MRJPlugin
 
out - Variable in class com.tuneology.avm.jesd.IO
 

P

parseUserInput(String) - Static method in class com.tuneology.avm.Native
Parses the user input and returns it in the form of a vector of strings, ready to pass to runCommand.
pathString(String) - Static method in class com.tuneology.avm.TocEntry
Replaces questionable filename characters with '_'.
pause() - Method in class com.tuneology.avm.player.LocalPlayer
 
pause() - Method in class com.tuneology.avm.player.ALSAPlayer
Temporarily stops playing at the current position.
pause() - Method in class com.tuneology.avm.player.EsdPlayer
Temporarily stops playing at the current position.
pause() - Method in class com.tuneology.avm.player.WinampPlayer
 
pause() - Method in class com.tuneology.avm.player.CDPlayer
Pause playing audio CD.
pause() - Method in interface com.tuneology.avm.player.MediaPlayer
Temporarily stops playing at the current position.
pause() - Method in class com.tuneology.avm.player.MPlayer
 
pause() - Method in class com.tuneology.avm.player.XanimPlayer
 
pause() - Method in class com.tuneology.avm.player.NativePlayer
Temporarily stops playing at the current position.
pause() - Method in class com.tuneology.avm.player.XmmsPlayer
 
pause() - Method in class com.tuneology.avm.player.MadplayPlayer
 
pause() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
paused - Variable in class com.tuneology.avm.player.LocalPlayer
 
PLAY_DRAG_STATE - Static variable in class com.tuneology.avm.media.MediaEngine
 
play_file(String, AudioData, boolean) - Static method in class com.tuneology.avm.jesd.JEsd
 
PLAY_STATE - Static variable in class com.tuneology.avm.media.MediaEngine
 
play_stream_fallback(int, int, String, String) - Static method in class com.tuneology.avm.jesd.JEsd
 
play_stream(int, int, String, String) - Static method in class com.tuneology.avm.jesd.JEsd
 
play() - Method in class com.tuneology.avm.player.LocalPlayer
 
play() - Method in class com.tuneology.avm.player.ALSAPlayer
 
play() - Method in class com.tuneology.avm.player.EsdPlayer
 
play() - Method in class com.tuneology.avm.player.WinampPlayer
 
play() - Method in class com.tuneology.avm.player.CDPlayer
Start playing audio CD.
play() - Method in interface com.tuneology.avm.player.MediaPlayer
Starts playing after calling stop or cuefile.
play() - Method in class com.tuneology.avm.player.MPlayer
 
play() - Method in class com.tuneology.avm.player.XanimPlayer
 
play() - Method in class com.tuneology.avm.player.NativePlayer
 
play() - Method in class com.tuneology.avm.player.XmmsPlayer
 
play() - Method in class com.tuneology.avm.player.MadplayPlayer
 
play() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
Player - class com.tuneology.avm.player.Player.
An abstract class for representing a way to play a media file.
Player(String, String) - Constructor for class com.tuneology.avm.player.Player
 
PlayerListener - interface com.tuneology.avm.player.PlayerListener.
A callback interface for programs that want to be updated as to the current state of playing a media file.
PlayerStatus - class com.tuneology.avm.PlayerStatus.
Represents the state of a CD drive playing an audio cd.
PlayerStatus() - Constructor for class com.tuneology.avm.PlayerStatus
 
playerStatusChanged(PlayerStatus) - Method in interface com.tuneology.avm.PlayerStatusListener
 
PlayerStatusListener - interface com.tuneology.avm.PlayerStatusListener.
Listener for PlayerStatus events.
playFile(String) - Method in class com.tuneology.avm.player.ALSAPlayer
 
playFile(String) - Method in class com.tuneology.avm.player.EsdPlayer
 
playFile(String) - Method in class com.tuneology.avm.player.WinampPlayer
 
playFile(String) - Method in class com.tuneology.avm.player.CDPlayer
 
playFile(String) - Method in interface com.tuneology.avm.player.MediaPlayer
Play the file, blocking until it's done.
playFile(String) - Method in class com.tuneology.avm.player.MPlayer
 
playFile(String) - Method in class com.tuneology.avm.player.XanimPlayer
 
playFile(String) - Method in class com.tuneology.avm.player.NativePlayer
 
playFile(String) - Method in class com.tuneology.avm.player.XmmsPlayer
 
playFile(String) - Method in class com.tuneology.avm.player.MadplayPlayer
 
playFile(String) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
playNextTrack() - Method in class com.tuneology.avm.player.LocalPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.ALSAPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.EsdPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.WinampPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.CDPlayer
 
playNextTrack() - Method in interface com.tuneology.avm.player.MediaPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.MPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.XanimPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.NativePlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.XmmsPlayer
 
playNextTrack() - Method in class com.tuneology.avm.player.MadplayPlayer
 
playNextTrack() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
PLAYPAUSE_STATE - Static variable in class com.tuneology.avm.media.MediaEngine
 
playPrevTrack() - Method in class com.tuneology.avm.player.LocalPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.ALSAPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.EsdPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.WinampPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.CDPlayer
 
playPrevTrack() - Method in interface com.tuneology.avm.player.MediaPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.MPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.XanimPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.NativePlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.XmmsPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.player.MadplayPlayer
 
playPrevTrack() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
playStatus(String, String, int, boolean) - Method in interface com.tuneology.avm.player.PlayerListener
 
playStream(InputStream) - Method in class com.tuneology.avm.player.ALSAPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.EsdPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.WinampPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.CDPlayer
 
playStream(InputStream) - Method in interface com.tuneology.avm.player.MediaPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.MPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.XanimPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.NativePlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.XmmsPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.player.MadplayPlayer
 
playStream(InputStream) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
pm - Variable in class com.tuneology.avm.burner.ShellBurner
 
port - Variable in class com.tuneology.avm.FreeDb.Site
the server's port number
position - Variable in class com.tuneology.avm.FreeDb.Site
The server's latitude and longitude.
PREPARING - Static variable in interface com.tuneology.avm.burner.Burner
Burn state.
prevent_jumper - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can lock media on power up via prevent jumper
processDocType() - Method in class com.tuneology.avm.NoValidateParser
 
ProcessException - exception com.tuneology.avm.ProcessException.
An exception for handling errors from external programs.
ProcessException(String) - Constructor for class com.tuneology.avm.ProcessException
 
ProcessException(String, String) - Constructor for class com.tuneology.avm.ProcessException
 
processLine(String, boolean) - Method in interface com.tuneology.avm.Native.LineReader
Called by runCommand when a line of output is generated by a process.
processLine(String, RipStatus) - Method in class com.tuneology.avm.ripper.ShellRipper
Extract useful information from the lines of text produced by the program as it runs.
processLine(String, RipStatus) - Method in class com.tuneology.avm.ripper.ReadcdRipper
Extract useful information from the lines of text produced by the program as it runs.
processLine(String, RipStatus) - Method in class com.tuneology.avm.ripper.CdparanoiaRipper
Extract useful information from the lines of text produced by cdparanoia as it runs.
processLine(String, RipStatus) - Method in class com.tuneology.avm.ripper.Cdda2wavRipper
Extract useful information from the lines of text produced by cdda2wav as it runs.
processOutput - Variable in class com.tuneology.avm.drive.CDDrive
 
ProgressListener - interface com.tuneology.avm.ProgressListener.
Implement this class to get status updates.
pw_in_lead_in - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read raw P-W subcode data from lead in

Q

QTPlugin - class com.tuneology.avm.qtplugin.QTPlugin.
An interface to the QuickTime player on Windows and MacOS.
QTPlugin(String, String) - Constructor for class com.tuneology.avm.qtplugin.QTPlugin
 

R

rate - Variable in class com.tuneology.avm.media.MediaProperties
The rate of the file, in samples/second
RAW_MODE - Static variable in interface com.tuneology.avm.burner.Burner
Burn mode.
RAW16_MODE - Static variable in interface com.tuneology.avm.burner.Burner
Burn mode.
RAW96P_MODE - Static variable in interface com.tuneology.avm.burner.Burner
Burn mode.
RAW96R_MODE - Static variable in interface com.tuneology.avm.burner.Burner
Burn mode.
RCK - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can set LRCK high for left-channel data
read_bar_code - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can read CD bar code
read(byte[], int) - Method in class com.tuneology.avm.jesd.JEsd
 
read(byte[], int, int) - Method in interface com.tuneology.avm.media.MediaData
 
read(byte[], int, int) - Method in class com.tuneology.avm.media.MediaBuffer
 
read(byte[], int, int) - Method in class com.tuneology.avm.media.AudioData
Returns raw data from the source, skipping over the header.
readAtipOutput(String) - Method in class com.tuneology.avm.burner.ShellBurner
Called for each line of output from the program while reading the ATIP info from a disc.
readAtipOutput(String) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
readAtipOutput(String) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
readAtipOutput(String) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
readByte() - Method in class com.tuneology.avm.jesd.IO
 
readByte(byte[]) - Method in class com.tuneology.avm.jesd.IO
 
readByte(byte[], int, int) - Method in class com.tuneology.avm.jesd.IO
 
readCapabilities() - Method in class com.tuneology.avm.drive.CDDrive
This fails on OSX if there is an Audio CD inserted and mounted.
ReadcdRipper - class com.tuneology.avm.ripper.ReadcdRipper.
Interface to readcd, a program for ripping data tracks from CD-ROMs.
ReadcdRipper(CDDrive) - Constructor for class com.tuneology.avm.ripper.ReadcdRipper
 
readCopyOutput(String) - Method in class com.tuneology.avm.burner.ShellBurner
Called for each line of output from the program while copying a disc.
readCopyOutput(String) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
readCopyOutput(String) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
readCopyOutput(String) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
readEraseOutput(String) - Method in class com.tuneology.avm.burner.ShellBurner
Called for each line of output from the program while erasing a disc.
readEraseOutput(String) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
readEraseOutput(String) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
readEraseOutput(String) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
readFileInfo(File, TocEntry) - Static method in class com.tuneology.avm.InfoReader
Reads header information from the specified file and fills in the supplied TocEntry object.
READING - Static variable in interface com.tuneology.avm.burner.Burner
Burn state.
readInt() - Method in class com.tuneology.avm.jesd.IO
 
readInt() - Method in class com.tuneology.avm.jesd.IOMSB
 
readInt() - Method in class com.tuneology.avm.jesd.IOLSB
 
readMsinfoOutput(String) - Method in class com.tuneology.avm.burner.ShellBurner
Called for each line of output from the program while reading the multisession info from a disc.
readMsinfoOutput(String) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
readMsinfoOutput(String) - Method in class com.tuneology.avm.burner.CdrdaoBurner
 
readMsinfoOutput(String) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
readPad(int) - Method in class com.tuneology.avm.jesd.IO
 
readSessionOutput(String) - Method in class com.tuneology.avm.burner.ShellBurner
Called for each line of output from the program while writing a session.
readSessionOutput(String) - Method in class com.tuneology.avm.burner.HdiutilBurner
 
readSessionOutput(String) - Method in class com.tuneology.avm.burner.CdrdaoBurner
Called for each line of output from the program.
readSessionOutput(String) - Method in class com.tuneology.avm.burner.CdrecordBurner
 
readShort() - Method in class com.tuneology.avm.jesd.IO
 
readShort() - Method in class com.tuneology.avm.jesd.IOMSB
 
readShort() - Method in class com.tuneology.avm.jesd.IOLSB
 
readVersionOutput(String) - Static method in class com.tuneology.avm.burner.CdrecordBurner
 
RECORD_STATE - Static variable in class com.tuneology.avm.media.MediaEngine
 
record_stream_fallback(int, int, String, String) - Static method in class com.tuneology.avm.jesd.JEsd
 
record_stream(int, int, String, String) - Static method in class com.tuneology.avm.jesd.JEsd
 
record(MediaData, long, int) - Method in class com.tuneology.avm.recorder.EsdRecorder
 
record(MediaData, long, int) - Method in class com.tuneology.avm.recorder.NativeRecorder
 
record(MediaData, long, int) - Method in class com.tuneology.avm.recorder.ALSARecorder
 
record(MediaData, long, int) - Method in interface com.tuneology.avm.recorder.MediaRecorder
 
RECORDABLE_DISC - Static variable in class com.tuneology.avm.drive.CDDrive
This bit is set if the disc in the drive is recordable.
Recorder - class com.tuneology.avm.recorder.Recorder.
An abstract class for representing a way to record a media file.
Recorder(String) - Constructor for class com.tuneology.avm.recorder.Recorder
 
RECPAUSE_STATE - Static variable in class com.tuneology.avm.media.MediaEngine
 
refNum - Variable in class com.tuneology.avm.drive.Drive
private OSX variable
registerApplListener(ApplListener) - Method in interface com.tuneology.avm.CorePlugin
Register for application events.
registerApplListener(ApplListener) - Static method in class com.tuneology.avm.Native
 
registerApplListener(ApplListener) - Method in class com.tuneology.avm.mrj.MRJPlugin
The application calls this to register a listener.
releaseFile(File) - Method in interface com.tuneology.avm.media.MediaData
Deletes the contents of the file if it's a temp file.
releaseFile(File) - Method in class com.tuneology.avm.media.MediaBuffer
 
releaseFile(File) - Method in class com.tuneology.avm.media.AudioData
Deletes the contents of the file if it's a temp file.
releaseFile(File) - Method in class com.tuneology.avm.media.MediaFile
 
removeApplListener(ApplListener) - Method in interface com.tuneology.avm.CorePlugin
Unregister for application events.
removeApplListener(ApplListener) - Static method in class com.tuneology.avm.Native
 
removeApplListener(ApplListener) - Method in class com.tuneology.avm.mrj.MRJPlugin
The application calls this to un-register a listener.
removeChangeListener(PlayerStatusListener) - Method in class com.tuneology.avm.drive.CDDrive
 
removeEventListener(MixerListener) - Method in class com.tuneology.avm.mixer.NativeMixerElement
Unregisters listener so that it will no longer receive notifications when its element changes.
removeEventListener(MixerListener) - Method in interface com.tuneology.avm.mixer.MixerElement
Unregisters listener so that it will no longer receive notifications when its element changes.
removeStatusCallback(StatusListener) - Method in class com.tuneology.avm.media.MediaEngine
 
removeStatusListener(PlayerStatusListener) - Method in class com.tuneology.avm.player.Player
Removes a PlayerStatus listener to the listener list.
removeStatusListener(PlayerStatusListener) - Method in interface com.tuneology.avm.player.MediaPlayer
Removes a listener.
resume() - Method in class com.tuneology.avm.jesd.JEsd
 
Ripper - interface com.tuneology.avm.ripper.Ripper.
An abstract class representing a mechanism for reading data from Audio CD discs.
RipStatus - interface com.tuneology.avm.ripper.RipStatus.
An interface for listening to rip events.
ripTrack(int, int, int, int, RipStatus) - Method in class com.tuneology.avm.drive.CDDrive
Rips an audio track as a WAV file, or a data track as raw data, and returns a stream to it.
ripTrack(int, int, int, int, RipStatus) - Method in class com.tuneology.avm.ripper.ShellRipper
Rips the track from the CD, returns a stream containing the WAV data.
ripTrack(int, int, int, int, RipStatus) - Method in class com.tuneology.avm.ripper.AkRipper
Starts ripping the specified audio track from the disc.
ripTrack(int, int, int, int, RipStatus) - Method in interface com.tuneology.avm.ripper.Ripper
Returns a stream containing the data from the desired track.
runCommand(ArrayList, File, String, Native.LineReader, boolean) - Static method in class com.tuneology.avm.Native
Runs the specified external program.
runCommand(String[], File, String, Native.LineReader, boolean) - Static method in class com.tuneology.avm.Native
Runs the specified external program.
runCommand(String, File, String, Native.LineReader, boolean) - Static method in class com.tuneology.avm.Native
Runs the specified external program.
rw_deint_corr - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can return R-W subcode de-interleaved and error-corrected
rw_supported - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can R-W subcode information

S

sa - Variable in class com.tuneology.avm.jesd.IO
 
sample_cache(int, int, int, String) - Method in class com.tuneology.avm.jesd.JEsd
 
sample_free(int) - Method in class com.tuneology.avm.jesd.JEsd
 
sample_getid(String) - Method in class com.tuneology.avm.jesd.JEsd
 
sample_loop(int) - Method in class com.tuneology.avm.jesd.JEsd
 
sample_play(int) - Method in class com.tuneology.avm.jesd.JEsd
 
sample_stop(int) - Method in class com.tuneology.avm.jesd.JEsd
 
sampleSize - Variable in class com.tuneology.avm.media.MediaProperties
The number of bytes per sample.
scsiId - Variable in class com.tuneology.avm.ripper.ShellRipper
The SCSI ID of the drive.
seek(long) - Method in interface com.tuneology.avm.media.MediaData
Moves the current position in the file.
seek(long) - Method in class com.tuneology.avm.media.MediaBuffer
 
seek(long) - Method in class com.tuneology.avm.media.AudioData
Moves the current position in the file.
seekToPosition(long) - Method in class com.tuneology.avm.player.WinampPlayer
 
send_file(AudioData, int) - Method in class com.tuneology.avm.jesd.JEsd
 
sendCommandMessage(long) - Method in class com.tuneology.avm.player.WinampPlayer
 
sep_chan_mute - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support independent mute setting for each channel
sep_chan_vol - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support individual volume control setting for each channel
setAbstract(String) - Method in class com.tuneology.avm.ISOFsImg
 
setAdr(int) - Method in class com.tuneology.avm.TocEntry
the adr field for the track
setAlbum(String) - Method in class com.tuneology.avm.TocEntry
set the name of the album the track is on
setAlbum(String) - Method in class com.tuneology.avm.DiscInfo
album name
setAllow31Filenames(boolean) - Method in class com.tuneology.avm.ISOFsImg
Allow full 31 character filenames.
setAllow37Filenames(boolean) - Method in class com.tuneology.avm.ISOFsImg
Allow 37 chars in ISO9660 filenames.
setAllowLeadingPeriod(boolean) - Method in class com.tuneology.avm.ISOFsImg
Allow ISO9660 filenames to begin with a period.
setAllowLowerCase(boolean) - Method in class com.tuneology.avm.ISOFsImg
This options allows lower case characters to appear in ISO9660 filenames.
setAllowMultidot(boolean) - Method in class com.tuneology.avm.ISOFsImg
This options allows more than one dot to appear in ISO9660 filenames.
setApplicationId(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies a text string that will be written into the volume header.
setArranger(String) - Method in class com.tuneology.avm.TocEntry
 
setArranger(String) - Method in class com.tuneology.avm.DiscInfo
from CD-TEXT info
setArtist(String) - Method in class com.tuneology.avm.TocEntry
read from CD-TEXT, if present
setArtist(String) - Method in class com.tuneology.avm.DiscInfo
cddb info
setArtist(String) - Method in class com.tuneology.avm.player.LocalPlayer
 
setArtist(String) - Method in interface com.tuneology.avm.player.MediaPlayer
 
setArtist(String) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
setAudioLength(int) - Method in class com.tuneology.avm.DiscInfo
the sum of the lengths of all the audio tracks
setAudioRipper(Class) - Method in class com.tuneology.avm.drive.CDDrive
Sets the audio ripper class to be used by this drive.
setBibliographic(String) - Method in class com.tuneology.avm.ISOFsImg
 
setBitRate(int) - Method in class com.tuneology.avm.FormatPrefs
 
setBootCatalogPath(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies the path and filename of the boot catalog to be used when making an "El Torito" bootable CD.
setBurner(Class) - Method in class com.tuneology.avm.drive.CDRDrive
Sets which burning program to use.
setCdda2wavCmd(String) - Static method in class com.tuneology.avm.ripper.Cdda2wavRipper
Sets the shell command used to execute cdda2wav.
setCdindexId(String) - Method in class com.tuneology.avm.DiscInfo
 
setCdparanoiaCmd(String) - Static method in class com.tuneology.avm.ripper.CdparanoiaRipper
Sets the shell command used to execute cdparanoia.
setCdrdaoCmd(String) - Static method in class com.tuneology.avm.burner.CdrdaoBurner
Sets the pathname to the cdrdao executable.
setCdrdaoCmd(String) - Static method in class com.tuneology.avm.drive.CDDrive
 
setCdrdaoDriver(String) - Method in class com.tuneology.avm.drive.CDDrive
Set the driver used by cdrdao with this drive.
setCdrecordCmd(String) - Static method in class com.tuneology.avm.burner.CdrecordBurner
Sets the pathname of the program used for cdrecord.
setCdrecordCmd(String) - Static method in class com.tuneology.avm.drive.CDDrive
 
setChannels(int) - Method in class com.tuneology.avm.TocEntry
the number of channels
setChannels(int) - Method in class com.tuneology.avm.recorder.EsdRecorder
 
setChannels(int) - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
setChannels(int) - Method in class com.tuneology.avm.recorder.NativeRecorder
 
setChannels(int) - Method in class com.tuneology.avm.recorder.ALSARecorder
 
setComment(String) - Method in class com.tuneology.avm.TocEntry
 
setComment(String) - Method in class com.tuneology.avm.DiscInfo
a comment
setCompressed(boolean) - Method in class com.tuneology.avm.ISOFsImg
Generate special RRIP records for transparently compressed files.
setCompressLevel(int) - Method in class com.tuneology.avm.ISOFsImg
Select compression level (1-9, default is 9) for compressed filesystems.
setCopyright(String) - Method in class com.tuneology.avm.ISOFsImg
 
setCurrent(long, int, int) - Method in interface com.tuneology.avm.ProgressListener
Updates the current status of reading or writing.
setDataFormat(int) - Method in class com.tuneology.avm.recorder.EsdRecorder
 
setDataFormat(int) - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
setDataFormat(int) - Method in class com.tuneology.avm.recorder.NativeRecorder
 
setDataFormat(int) - Method in class com.tuneology.avm.recorder.ALSARecorder
 
setDataRipper(Class) - Method in class com.tuneology.avm.drive.CDDrive
Sets the data ripper class to be used by this drive.
setDevice(String) - Method in class com.tuneology.avm.player.Player
 
setDevice(String) - Method in interface com.tuneology.avm.player.MediaPlayer
 
setDirectory(String) - Method in class com.tuneology.avm.ISOFsImg
Sets the base directory, from which relative paths are resolved.
setDiscFreeCmd(String) - Static method in class com.tuneology.avm.drive.Drive
Only needed for POSIX.
setDiscId(int) - Method in class com.tuneology.avm.DiscInfo
 
setDisktoolCmd(String) - Static method in class com.tuneology.avm.drive.Drive
 
setEltoritoBootImage(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies the path and filename of the boot image to be used when making an "El Torito" bootable CD.
setEQValue(long, long) - Method in class com.tuneology.avm.player.WinampPlayer
Sets the EQ slider value for the slider specified by eq_index.
setEraserClass(Class) - Method in class com.tuneology.avm.drive.CDRWDrive
Sets which burning program to use.
setExcludeBackupFiles(boolean) - Method in class com.tuneology.avm.ISOFsImg
Do not include backup files files on the ISO9660 filesystem.
setExtraStart(int) - Method in class com.tuneology.avm.DiscInfo
the index of the beginning of the ISO 9660 volume on a CD-Extra disc
setFaadCmd(String) - Static method in class com.tuneology.avm.AudioConverter
 
setFileSize(long) - Method in class com.tuneology.avm.TocEntry
 
setFileTypeAndCreator(File, int, int) - Method in class com.tuneology.avm.mrj.MRJPlugin
 
setFlacCmd(String) - Static method in class com.tuneology.avm.AudioConverter
 
setFlags(int) - Method in class com.tuneology.avm.DiscInfo
bits to indicate status of drive and media
setFollowSymlinks(boolean) - Method in class com.tuneology.avm.ISOFsImg
Follow symbolic links when generating the filesystem.
setFormat(int) - Method in class com.tuneology.avm.TocEntry
the format of the track
setFormat(int) - Method in class com.tuneology.avm.FormatPrefs
 
setFrame(int) - Method in class com.tuneology.avm.PlayerStatus
The current track time.
setFrame(int) - Method in class com.tuneology.avm.TocEntry
the index of the beginning of the track
setFrameRate(int) - Method in class com.tuneology.avm.media.MediaEngine
 
setFs(int) - Method in class com.tuneology.avm.DiscInfo
the type of filesystem on the disc, with flags
setFsSize(int) - Method in class com.tuneology.avm.DiscInfo
the size of filesystem on the disc, in blocks
setFstabPath(String) - Static method in class com.tuneology.avm.drive.Drive
Only needed for POSIX.
setGenerateTransTable(boolean) - Method in class com.tuneology.avm.ISOFsImg
Generate a file TRANS.TBL in each directory on the CDROM, which can be used on non-Rock Ridge capable systems to help establish the correct file names.
setGenericBootImage(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies the path and filename of the generic boot image to be used when making a generic bootable CD.
setGenre(String) - Method in class com.tuneology.avm.TocEntry
 
setGenre(String) - Method in class com.tuneology.avm.DiscInfo
hopefully an ID3 comment if you want it written to an MP3 file
setHdiutilCmd(String) - Static method in class com.tuneology.avm.drive.Drive
 
setId(int) - Method in class com.tuneology.avm.DiscInfo
 
setImage(String) - Method in class com.tuneology.avm.drive.LoopbackDrive
sets the path for the image file to be used.
setInitialized(boolean) - Method in class com.tuneology.avm.TocEntry
true if this information had been set
setInitialized(boolean) - Method in class com.tuneology.avm.DiscInfo
true if this information had been set
setInputStream(InputStream) - Method in class com.tuneology.avm.jesd.IO
 
setIsoLevel(int) - Method in class com.tuneology.avm.ISOFsImg
Set the iso9660 conformance level.
setIsrc(String) - Method in class com.tuneology.avm.TocEntry
the ISRC entry for the track
setJolietCharset(String) - Method in class com.tuneology.avm.ISOFsImg
Local charset that should be used for translating local file names into Joliet Unicode directory records.
setJolietLevel(int) - Method in class com.tuneology.avm.DiscInfo
 
setJolietUnicodeLevel(int) - Method in class com.tuneology.avm.ISOFsImg
Set Unicode conformance level in the Joliet SVD.
setLameCmd(String) - Static method in class com.tuneology.avm.AudioConverter
 
setLeadin(int) - Method in class com.tuneology.avm.DiscInfo
 
setLeadin(int) - Method in class com.tuneology.avm.burner.AtipInfo
 
setLeadout(int) - Method in class com.tuneology.avm.DiscInfo
the last index on the disc
setLeadout(int) - Method in class com.tuneology.avm.burner.AtipInfo
 
setLen(int) - Method in class com.tuneology.avm.TocEntry
the length of the track in 1/75 secs
setLength(long) - Method in interface com.tuneology.avm.media.MediaData
 
setLength(long) - Method in class com.tuneology.avm.media.MediaBuffer
 
setLength(long) - Method in class com.tuneology.avm.media.AudioData
 
setLibraryPath(String) - Static method in class com.tuneology.avm.Native
Adds this directory to the directories searched for libraries by subprocesses.
setLogger(Native.Logger) - Static method in class com.tuneology.avm.Native
All process I/O is logged to this interface.
setLoop(boolean) - Method in class com.tuneology.avm.player.Player
Set to true, and the file will start playing again when it finishes.
setLoop(boolean) - Method in interface com.tuneology.avm.player.MediaPlayer
Sets the loop property.
setLosetupCmd(String) - Static method in class com.tuneology.avm.drive.LoopbackDrive
 
setLyrics(String) - Method in class com.tuneology.avm.TocEntry
 
setMadplayCmd(String) - Static method in class com.tuneology.avm.AudioConverter
 
setMaxAudioTracks(int) - Method in class com.tuneology.avm.DiscInfo
 
setMaxMediaWriteSpeed(int) - Method in class com.tuneology.avm.burner.AtipInfo
 
setMcn(String) - Method in class com.tuneology.avm.DiscInfo
Media Catalog Number, if present and read
setMergeDevice(CDRDrive) - Method in class com.tuneology.avm.ISOFsImg
Specifies device with previous iso image to be merged.
setMergePath(String, String) - Method in class com.tuneology.avm.ISOFsImg
Specifies path to existing ISO9660 image to be merged.
setMetaflacCmd(String) - Static method in class com.tuneology.avm.InfoReader
Sets the path for the metaflac command.
setMin(int) - Method in class com.tuneology.avm.PlayerStatus
The current track time.
setMkfifoCmd(String) - Static method in class com.tuneology.avm.Native
Sets the shell command used for mkfifo.
setMkisofsCmd(String) - Static method in class com.tuneology.avm.ISOFsImg
 
setMkzftreeCmd(String) - Static method in class com.tuneology.avm.ISOFsImg
 
setMode(int) - Method in class com.tuneology.avm.TocEntry
the mode of the track
setMode(int) - Method in class com.tuneology.avm.FormatPrefs
 
setMountCmd(String) - Static method in class com.tuneology.avm.drive.Drive
 
setMPlayerCmd(String) - Static method in class com.tuneology.avm.player.MPlayer
 
setMultiArtist(boolean) - Method in class com.tuneology.avm.DiscInfo
true if there is more than one artist
setMute(boolean) - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Sets the mute bit.
setMute(boolean) - Method in interface com.tuneology.avm.mixer.MixerChannel
Sets the mute bit.
setNoDeepRelocation(boolean) - Method in class com.tuneology.avm.ISOFsImg
Do not use deep directory relocation, and instead just pack them in the way we see them.
setNoIsoTranslate(boolean) - Method in class com.tuneology.avm.ISOFsImg
Do not translate the characters '#' and '~' which are invalid for ISO9660 filenames.
setOggdecCmd(String) - Static method in class com.tuneology.avm.AudioConverter
 
setOggencCmd(String) - Static method in class com.tuneology.avm.AudioConverter
 
setOggInfoCmd(String) - Static method in class com.tuneology.avm.InfoReader
Sets the path for the ogginfo command.
setOmitTrailingPeriod(boolean) - Method in class com.tuneology.avm.ISOFsImg
Omit trailing period from files that do not have a period.
setOmitVersionNumbers(boolean) - Method in class com.tuneology.avm.ISOFsImg
Omit version numbers from ISO9660 file names.
setOutputStream(OutputStream) - Method in class com.tuneology.avm.jesd.IO
 
setPad(boolean) - Method in class com.tuneology.avm.ISOFsImg
Pad the end of the ISO9660 by 16 sectors (32kB).
setPath(String) - Method in class com.tuneology.avm.TocEntry
 
setPath(String) - Method in class com.tuneology.avm.DiscInfo
 
setPlayer(AudioPlayer) - Method in class com.tuneology.avm.drive.CDDrive
 
setPreAmpValue(long) - Method in class com.tuneology.avm.player.WinampPlayer
 
setPreparerId(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies a text string that will be written into the volume header.
setPublisherId(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies a text string that will be written into the volume header.
setQuality(int) - Method in class com.tuneology.avm.FormatPrefs
 
setRate(int) - Method in class com.tuneology.avm.TocEntry
bit rate, in bits/second
setRate(int) - Method in class com.tuneology.avm.recorder.EsdRecorder
 
setRate(int) - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
setRate(int) - Method in class com.tuneology.avm.recorder.NativeRecorder
 
setRate(int) - Method in class com.tuneology.avm.recorder.ALSARecorder
 
setReadcdCmd(String) - Static method in class com.tuneology.avm.ripper.ReadcdRipper
Sets the shell command used to execute readcd.
setRecord(boolean) - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Sets the record bit for the channel.
setRecord(boolean) - Method in interface com.tuneology.avm.mixer.MixerChannel
Sets the record bit for the channel.
setRipStatus(String) - Method in interface com.tuneology.avm.ripper.RipStatus
 
setSec(int) - Method in class com.tuneology.avm.PlayerStatus
The current track time.
setSession(int) - Method in class com.tuneology.avm.TocEntry
the session number
setSloppy(boolean) - Method in class com.tuneology.avm.ISOFsImg
For compressed filesystems only: Treat file modes, times and ownership data as less than precious information and don't abort if they cannot be set.
setSocket(Socket) - Method in class com.tuneology.avm.jesd.IO
 
setSongwriter(String) - Method in class com.tuneology.avm.TocEntry
 
setSongwriter(String) - Method in class com.tuneology.avm.DiscInfo
from CD-TEXT info
setSparcBootImages(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies a comma separated list of boot images that are needed to make a bootable CD for sparc systems.
setStatus(int) - Method in class com.tuneology.avm.PlayerStatus
One of the following: MODE_STOP, MODE_PLAY, MODE_PAUSE, MODE_OPEN, MODE_NO_DISC, MODE_NOT_READY, MODE_INVALID.
setStatus(int) - Method in interface com.tuneology.avm.ProgressListener
Sets the current status, to be displayed to the user.
setStreamFormat(int) - Method in class com.tuneology.avm.recorder.EsdRecorder
 
setStreamFormat(int) - Method in interface com.tuneology.avm.recorder.AudioRecorder
 
setStreamFormat(int) - Method in class com.tuneology.avm.recorder.NativeRecorder
 
setStreamFormat(int) - Method in class com.tuneology.avm.recorder.ALSARecorder
 
setSystemId(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies the system ID.
setTime(int) - Method in class com.tuneology.avm.player.LocalPlayer
 
setTitle(String) - Method in class com.tuneology.avm.TocEntry
set the title of the track
setTitle(String) - Method in class com.tuneology.avm.player.LocalPlayer
 
setTitle(String) - Method in interface com.tuneology.avm.player.MediaPlayer
 
setTitle(String) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
setTocEntries(int) - Method in class com.tuneology.avm.DiscInfo
Sets the size of the track array; previous contents are lost.
setTotal(int) - Method in class com.tuneology.avm.player.LocalPlayer
 
setTotal(int) - Method in interface com.tuneology.avm.player.MediaPlayer
 
setTotal(int) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
setTotal(long) - Method in interface com.tuneology.avm.ProgressListener
Sets the total number to be read or written.
setTrack(int) - Method in class com.tuneology.avm.PlayerStatus
The current track.
setTrack(int) - Method in class com.tuneology.avm.TocEntry
Sets the track number.
setTrack(int) - Method in class com.tuneology.avm.player.LocalPlayer
 
setTrack(int) - Method in interface com.tuneology.avm.player.MediaPlayer
 
setTrack(int) - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
setTrackString(String) - Method in class com.tuneology.avm.DiscInfo
the list of tracks as required for freedb
setType(int) - Method in class com.tuneology.avm.TocEntry
 
setUmountCmd(String) - Static method in class com.tuneology.avm.drive.Drive
 
setUseExtendedRockRidge(boolean) - Method in class com.tuneology.avm.ISOFsImg
This is like setUseRockRidge, but file ownership and modes are set to more useful values.
setUseFileVersions(boolean) - Method in class com.tuneology.avm.ISOFsImg
Use file version numbers from the filesystem.
setUseJoliet(boolean) - Method in class com.tuneology.avm.ISOFsImg
Generate Joliet directory records in addition to regular ISO9660 file names.
setUseRelaxedFilenames(boolean) - Method in class com.tuneology.avm.ISOFsImg
Allows ISO9660 filenames to include digits, uppercase characters and all other 7 bit ASCII characters (resp.
setUseRockRidge(boolean) - Method in class com.tuneology.avm.ISOFsImg
Generate SUSP and RR records using the Rock Ridge protocol to further describe the files on the ISO9660 filesystem.
setUseUntranslatedNames(boolean) - Method in class com.tuneology.avm.ISOFsImg
Allows "Untranslated" filenames, violating the ISO9660 standards.
setValue(boolean) - Method in interface com.tuneology.avm.mixer.MixerSwitch
Sets the value of the switch.
setValue(boolean) - Method in class com.tuneology.avm.mixer.NativeMixerSwitch
Sets the value of the switch.
setVolName(String) - Method in class com.tuneology.avm.DiscInfo
the ISO9660 Volume Label String
setVolsetId(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies the volset ID.
setVolsetSeqNum(int) - Method in class com.tuneology.avm.ISOFsImg
Sets the volume set sequence number.
setVolsetSize(int) - Method in class com.tuneology.avm.ISOFsImg
Sets the volume set size.
setVolume(Volume) - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Sets the volume.
setVolume(Volume) - Method in interface com.tuneology.avm.mixer.MixerChannel
Sets the volume.
setVolume(Volume) - Method in class com.tuneology.avm.player.LocalPlayer
 
setVolume(Volume) - Method in class com.tuneology.avm.player.ALSAPlayer
Sets the audio output volume.
setVolume(Volume) - Method in class com.tuneology.avm.player.EsdPlayer
Sets the audio output volume.
setVolume(Volume) - Method in class com.tuneology.avm.player.WinampPlayer
Sets the audio output volume.
setVolume(Volume) - Method in class com.tuneology.avm.player.CDPlayer
Sets the audio output volume of the CD player.
setVolume(Volume) - Method in interface com.tuneology.avm.player.MediaPlayer
Sets the audio output volume.
setVolume(Volume) - Method in class com.tuneology.avm.player.MPlayer
Sets the audio output volume.
setVolume(Volume) - Method in class com.tuneology.avm.player.XanimPlayer
Sets the audio output volume of the CD player.
setVolume(Volume) - Method in class com.tuneology.avm.player.NativePlayer
Sets the audio output volume.
setVolume(Volume) - Method in class com.tuneology.avm.player.XmmsPlayer
Sets the audio output volume of the CD player.
setVolume(Volume) - Method in class com.tuneology.avm.player.MadplayPlayer
Sets the audio output volume.
setVolume(Volume) - Method in class com.tuneology.avm.qtplugin.QTPlugin
Sets the audio output volume of the CD player.
setVolumeId(String) - Method in class com.tuneology.avm.ISOFsImg
Specifies the volume ID (volume name or label) to be written into the master block.
setWinampCmd(String) - Static method in class com.tuneology.avm.player.WinampPlayer
 
setXanimCmd(String) - Static method in class com.tuneology.avm.player.XanimPlayer
 
setXmmsCmd(String) - Static method in class com.tuneology.avm.player.XmmsPlayer
 
setYear(int) - Method in class com.tuneology.avm.TocEntry
 
setYear(int) - Method in class com.tuneology.avm.DiscInfo
year of publishing
ShellBurner - class com.tuneology.avm.burner.ShellBurner.
An abstract class implementing a shell command for writing CD-R data.
ShellBurner(CDRDrive) - Constructor for class com.tuneology.avm.burner.ShellBurner
 
shellEncoding - Variable in class com.tuneology.avm.burner.ShellBurner
 
ShellRipper - class com.tuneology.avm.ripper.ShellRipper.
An abstract class used to control command-line CD ripping programs.
ShellRipper(CDDrive) - Constructor for class com.tuneology.avm.ripper.ShellRipper
 
shutdown() - Method in class com.tuneology.avm.player.Player
 
shutdown() - Method in class com.tuneology.avm.player.ALSAPlayer
 
shutdown() - Method in class com.tuneology.avm.player.EsdPlayer
 
shutdown() - Method in class com.tuneology.avm.player.WinampPlayer
 
shutdown() - Method in class com.tuneology.avm.player.CDPlayer
 
shutdown() - Method in class com.tuneology.avm.player.MPlayer
 
shutdown() - Method in class com.tuneology.avm.player.XanimPlayer
 
shutdown() - Method in class com.tuneology.avm.player.NativePlayer
 
shutdown() - Method in class com.tuneology.avm.player.XmmsPlayer
 
shutdown() - Method in class com.tuneology.avm.player.MadplayPlayer
 
shutdown() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
shutdownPlayers() - Static method in class com.tuneology.avm.player.Player
 
side_change - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support changing side of disk
socket - Variable in class com.tuneology.avm.jesd.IO
 
spaceRequired(TocEntry, FormatPrefs) - Static method in class com.tuneology.avm.AudioConverter
returns the number of bytes of space required to store the specified file according to the specified preferences.
standby() - Method in class com.tuneology.avm.jesd.JEsd
 
STARTING - Static variable in interface com.tuneology.avm.burner.Burner
Burn state.
startUpdate() - Method in class com.tuneology.avm.drive.CDDrive
Start the background thread that keeps the audio status updated.
stateMachine(int) - Method in class com.tuneology.avm.media.MediaEngine
 
statusChanged(StatusEvent) - Method in interface com.tuneology.avm.media.StatusListener
 
StatusEvent - class com.tuneology.avm.media.StatusEvent.
Represents a status change event from a MediaController.
StatusEvent(MediaEngine, long, long, int) - Constructor for class com.tuneology.avm.media.StatusEvent
 
StatusListener - interface com.tuneology.avm.media.StatusListener.
This class extends the System and Runtime classes to provide extra functionality.
STEREO_MODE - Static variable in class com.tuneology.avm.FormatPrefs
value for mode
STOP_STATE - Static variable in class com.tuneology.avm.media.MediaEngine
 
stop() - Method in class com.tuneology.avm.player.LocalPlayer
 
stop() - Method in class com.tuneology.avm.player.ALSAPlayer
Stops playing and resets the current position to the beginning of the file.
stop() - Method in class com.tuneology.avm.player.EsdPlayer
Stops playing and resets the current position to the beginning of the file.
stop() - Method in class com.tuneology.avm.player.WinampPlayer
 
stop() - Method in class com.tuneology.avm.player.CDPlayer
Stop playing audio CD.
stop() - Method in interface com.tuneology.avm.player.MediaPlayer
Stops playing and resets the current position to the beginning.
stop() - Method in class com.tuneology.avm.player.MPlayer
 
stop() - Method in class com.tuneology.avm.player.XanimPlayer
 
stop() - Method in class com.tuneology.avm.player.NativePlayer
Stops playing and resets the current position to the beginning of the file.
stop() - Method in class com.tuneology.avm.player.XmmsPlayer
 
stop() - Method in class com.tuneology.avm.player.MadplayPlayer
 
stop() - Method in class com.tuneology.avm.recorder.EsdRecorder
 
stop() - Method in class com.tuneology.avm.recorder.NativeRecorder
 
stop() - Method in class com.tuneology.avm.recorder.ALSARecorder
 
stop() - Method in interface com.tuneology.avm.recorder.MediaRecorder
 
stop() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
stopUpdate() - Method in class com.tuneology.avm.drive.CDDrive
Stop the audio status update thread.
STREAM_FORMAT_AU - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
STREAM_FORMAT_AU - Static variable in class com.tuneology.avm.player.NativePlayer
 
STREAM_FORMAT_FIRST - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
STREAM_FORMAT_FIRST - Static variable in class com.tuneology.avm.player.NativePlayer
 
STREAM_FORMAT_LAST - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
STREAM_FORMAT_LAST - Static variable in class com.tuneology.avm.player.NativePlayer
 
STREAM_FORMAT_RAW - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
STREAM_FORMAT_RAW - Static variable in class com.tuneology.avm.player.NativePlayer
 
STREAM_FORMAT_VOC - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
STREAM_FORMAT_VOC - Static variable in class com.tuneology.avm.player.NativePlayer
 
STREAM_FORMAT_WAVE - Static variable in class com.tuneology.avm.player.ALSAPlayer
 
STREAM_FORMAT_WAVE - Static variable in class com.tuneology.avm.player.NativePlayer
 
stringToInt(String) - Static method in class com.tuneology.avm.mrj.MRJPlugin
 
SUPPORTS_AUDIO_TRACKS - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_CDPLUS_DISCS - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_CDTEXT - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_COPY - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_CUE_FILES - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_DAO_MODE - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_DATA_TRACK - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_ERASE - Static variable in interface com.tuneology.avm.burner.Burner
 
SUPPORTS_MULTISESSION - Static variable in interface com.tuneology.avm.burner.Burner
Burner capabilities
SUPPORTS_TAO_MODE - Static variable in interface com.tuneology.avm.burner.Burner
 
sw_slot_sel - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can have load-empty-slot-in-changer feature

T

TAO_MODE - Static variable in interface com.tuneology.avm.burner.Burner
Burn mode.
test_write - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can support test writing
TocEntry - class com.tuneology.avm.TocEntry.
Describes a track or a file on a CD, including CD-TEXT info, if present.
TocEntry() - Constructor for class com.tuneology.avm.TocEntry
 
TocEntry(DiscInfo) - Constructor for class com.tuneology.avm.TocEntry
 
toggleMute() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Toggles the state of the mute bit.
toggleMute() - Method in interface com.tuneology.avm.mixer.MixerChannel
Toggles the state of the mute bit.
toggleRecord() - Method in class com.tuneology.avm.mixer.NativeMixerChannel
Toggles the state of the record bit.
toggleRecord() - Method in interface com.tuneology.avm.mixer.MixerChannel
Toggles the state of the record bit.
touch() - Static method in class com.tuneology.avm.VolumeRange
 
touch() - Static method in class com.tuneology.avm.PlayerStatus
 
touch() - Static method in class com.tuneology.avm.TocEntry
 
touch() - Static method in class com.tuneology.avm.Volume
 
touch() - Static method in class com.tuneology.avm.Native
 
touch() - Static method in class com.tuneology.avm.DiscInfo
 
touch() - Static method in class com.tuneology.avm.drive.Drive
 
touch() - Static method in class com.tuneology.avm.drive.CDDrive
 
touch() - Static method in class com.tuneology.avm.drive.MountPoint
 
touch() - Static method in class com.tuneology.avm.drive.DriveEntry
 
touch() - Static method in class com.tuneology.avm.media.AudioProperties
 
touch() - Static method in class com.tuneology.avm.mixer.NativeMixer
 
touch() - Static method in class com.tuneology.avm.mixer.NativeMixerElement
 
touch() - Static method in class com.tuneology.avm.mixer.NativeMixerSwitch
 
touch() - Static method in class com.tuneology.avm.mixer.NativeMixerChannel
 
touch() - Static method in class com.tuneology.avm.player.ALSAPlayer
 
touch() - Static method in class com.tuneology.avm.player.EsdPlayer
 
touch() - Static method in class com.tuneology.avm.player.NativePlayer
 
touch() - Static method in class com.tuneology.avm.recorder.EsdRecorder
 
touch() - Static method in class com.tuneology.avm.recorder.NativeRecorder
 
touch() - Static method in class com.tuneology.avm.recorder.ALSARecorder
 
tryPlugin(String, URL[]) - Static method in class com.tuneology.avm.Native
 
TYPE_CDR - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_CDROM - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_CDRW - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_DVD - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_DVDR - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_DVDRAM - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_EJECTABLE - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_FIXEDDISC - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_FLOPPY - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_INPUT - Static variable in class com.tuneology.avm.mixer.NativeMixerElement
 
TYPE_INPUT - Static variable in interface com.tuneology.avm.mixer.MixerElement
 
TYPE_LOADABLE - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_LOOPBACK - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_MASTER - Static variable in class com.tuneology.avm.mixer.NativeMixerElement
 
TYPE_MASTER - Static variable in interface com.tuneology.avm.mixer.MixerElement
 
TYPE_NETWORK - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_OTHER - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_OTHER - Static variable in class com.tuneology.avm.mixer.NativeMixerElement
 
TYPE_OTHER - Static variable in interface com.tuneology.avm.mixer.MixerElement
 
TYPE_PCM - Static variable in class com.tuneology.avm.mixer.NativeMixerElement
 
TYPE_PCM - Static variable in interface com.tuneology.avm.mixer.MixerElement
 
TYPE_REMOVABLE - Static variable in class com.tuneology.avm.drive.Drive
value returned by getDriveType
TYPE_SWITCH - Static variable in class com.tuneology.avm.mixer.NativeMixerElement
 
TYPE_SWITCH - Static variable in interface com.tuneology.avm.mixer.MixerElement
 

U

unlock() - Method in class com.tuneology.avm.jesd.JEsd
 
unpause() - Method in class com.tuneology.avm.player.LocalPlayer
 
unpause() - Method in class com.tuneology.avm.player.ALSAPlayer
Starts playing after calling pause or cueFile.
unpause() - Method in class com.tuneology.avm.player.EsdPlayer
Starts playing after calling pause or cueFile.
unpause() - Method in class com.tuneology.avm.player.WinampPlayer
 
unpause() - Method in class com.tuneology.avm.player.CDPlayer
Unpause playing audio CD.
unpause() - Method in interface com.tuneology.avm.player.MediaPlayer
Starts playing after calling pause.
unpause() - Method in class com.tuneology.avm.player.MPlayer
 
unpause() - Method in class com.tuneology.avm.player.XanimPlayer
 
unpause() - Method in class com.tuneology.avm.player.NativePlayer
Starts playing after calling pause or cueFile.
unpause() - Method in class com.tuneology.avm.player.XmmsPlayer
 
unpause() - Method in class com.tuneology.avm.player.MadplayPlayer
 
unpause() - Method in class com.tuneology.avm.qtplugin.QTPlugin
 
UPC - Variable in class com.tuneology.avm.drive.CDDrive
True if the drive can return CD media catalog number

V

version - Static variable in class com.tuneology.avm.Native
Contains the version information for java-avm.
version - Static variable in class com.tuneology.avm.jesd.JEsd
 
VideoPlayer - interface com.tuneology.avm.player.VideoPlayer.
An interface to facilities for playing video files.
VideoRecorder - interface com.tuneology.avm.recorder.VideoRecorder.
This class represents a digital video recorder.
Volume - class com.tuneology.avm.Volume.
This class represents a volume level.
Volume(int, int) - Constructor for class com.tuneology.avm.Volume
Construct a new Volume object.
VolumeRange - class com.tuneology.avm.VolumeRange.
This class represents a range of volume levels.
VolumeRange(int, int) - Constructor for class com.tuneology.avm.VolumeRange
 

W

WAV_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
WinampPlayer - class com.tuneology.avm.player.WinampPlayer.
An interface to Winamp, a Windows media player.
WinampPlayer(String, String) - Constructor for class com.tuneology.avm.player.WinampPlayer
 
WMA_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
value for format
write(byte[], int) - Method in class com.tuneology.avm.jesd.JEsd
 
write(byte[], int, int) - Method in class com.tuneology.avm.jesd.JEsd
 
write(byte[], int, int) - Method in interface com.tuneology.avm.media.MediaData
 
write(byte[], int, int) - Method in class com.tuneology.avm.media.MediaBuffer
 
write(byte[], int, int) - Method in class com.tuneology.avm.media.AudioData
 
writeByte(byte) - Method in class com.tuneology.avm.jesd.IO
 
writeByte(byte[]) - Method in class com.tuneology.avm.jesd.IO
 
writeByte(byte[], int, int) - Method in class com.tuneology.avm.jesd.IO
 
writeByte(int) - Method in class com.tuneology.avm.jesd.IO
 
writeInfo(File, TocEntry) - Static method in class com.tuneology.avm.InfoReader
Writes changed meta-info to the music file.
writeInt(int) - Method in class com.tuneology.avm.jesd.IO
 
writeInt(int) - Method in class com.tuneology.avm.jesd.IOMSB
 
writeInt(int) - Method in class com.tuneology.avm.jesd.IOLSB
 
writePad(int) - Method in class com.tuneology.avm.jesd.IO
 
writeShort(int) - Method in class com.tuneology.avm.jesd.IO
 
writeShort(int) - Method in class com.tuneology.avm.jesd.IOMSB
 
writeShort(int) - Method in class com.tuneology.avm.jesd.IOLSB
 
writeSpeeds - Variable in class com.tuneology.avm.drive.CDDrive
list of write speeds
WRITING_TRACKS - Static variable in interface com.tuneology.avm.burner.Burner
Burn state.

X

XanimPlayer - class com.tuneology.avm.player.XanimPlayer.
An interface to xanim, a video player for Unix.
XanimPlayer(String, String) - Constructor for class com.tuneology.avm.player.XanimPlayer
 
XmmsPlayer - class com.tuneology.avm.player.XmmsPlayer.
An interface to xmms, a sound file player for Unix.
XmmsPlayer(String, String) - Constructor for class com.tuneology.avm.player.XmmsPlayer
 

A B C D E F G H I J L M N O P Q R S T U V W X