|
|||||||||
| Home >> All >> com >> tuneology >> [ avm overview ] | PREV NEXT | ||||||||
A
- AudioConverter - class com.tuneology.avm.AudioConverter.
- Utilities for converting audio files to different types.
- AudioConverter() - Constructor for class com.tuneology.avm.AudioConverter
- AudioConverter.MadplayReader - class com.tuneology.avm.AudioConverter.MadplayReader.
- AudioConverter.MadplayReader(ProgressListener) - Constructor for class com.tuneology.avm.AudioConverter.MadplayReader
- AudioConverter.MadplayVerRdr - class com.tuneology.avm.AudioConverter.MadplayVerRdr.
- AudioConverter.MadplayVerRdr() - Constructor for class com.tuneology.avm.AudioConverter.MadplayVerRdr
- AudioConverter.Mpg123VerRdr - class com.tuneology.avm.AudioConverter.Mpg123VerRdr.
- AudioConverter.Mpg123VerRdr() - Constructor for class com.tuneology.avm.AudioConverter.Mpg123VerRdr
- AudioConverter.NotLameReader - class com.tuneology.avm.AudioConverter.NotLameReader.
- AudioConverter.NotLameReader(ProgressListener) - Constructor for class com.tuneology.avm.AudioConverter.NotLameReader
- AudioConverter.NotlameVerRdr - class com.tuneology.avm.AudioConverter.NotlameVerRdr.
- AudioConverter.NotlameVerRdr() - Constructor for class com.tuneology.avm.AudioConverter.NotlameVerRdr
- AudioConverter.Ogg123VerRdr - class com.tuneology.avm.AudioConverter.Ogg123VerRdr.
- AudioConverter.Ogg123VerRdr() - Constructor for class com.tuneology.avm.AudioConverter.Ogg123VerRdr
- AudioConverter.OggencReader - class com.tuneology.avm.AudioConverter.OggencReader.
- AudioConverter.OggencReader(ProgressListener) - Constructor for class com.tuneology.avm.AudioConverter.OggencReader
- AudioConverter.OggencVerRdr - class com.tuneology.avm.AudioConverter.OggencVerRdr.
- AudioConverter.OggencVerRdr() - Constructor for class com.tuneology.avm.AudioConverter.OggencVerRdr
- abstractFile - Variable in class com.tuneology.avm.ISOFsImg
- 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, 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.
- addNotLameArgs(Vector, TocEntry, FormatPrefs, boolean) - Static method in class com.tuneology.avm.AudioConverter
- addOggencArgs(Vector, TocEntry, FormatPrefs) - Static method in class com.tuneology.avm.AudioConverter
- adr - Variable in class com.tuneology.avm.TocEntry
- the adr field for the track
- album - Variable in class com.tuneology.avm.DiscInfo
- album name
- album - Variable in class com.tuneology.avm.TocEntry
- read from CD-TEXT, if present
- allow31Filenames - Variable in class com.tuneology.avm.ISOFsImg
- allow37Filenames - Variable in class com.tuneology.avm.ISOFsImg
- allowLeadingPeriod - Variable in class com.tuneology.avm.ISOFsImg
- allowLowerCase - Variable in class com.tuneology.avm.ISOFsImg
- allowMultiDot - Variable in class com.tuneology.avm.ISOFsImg
- applicationId - Variable in class com.tuneology.avm.ISOFsImg
- arranger - Variable in class com.tuneology.avm.DiscInfo
- from Cd-TEXt info
- arranger - Variable in class com.tuneology.avm.TocEntry
- artist - Variable in class com.tuneology.avm.DiscInfo
- cddb info
- artist - Variable in class com.tuneology.avm.TocEntry
- read from CD-TEXT, if present
- audioLength - Variable in class com.tuneology.avm.DiscInfo
- the sum of the lengths of all the audio tracks
B
- biblioFile - Variable in class com.tuneology.avm.ISOFsImg
- biblioTxt - Variable in class com.tuneology.avm.ISOFsImg
- bitRate - Variable in class com.tuneology.avm.FormatPrefs
- bootCatalogPath - Variable in class com.tuneology.avm.ISOFsImg
- brateList - Static variable in class com.tuneology.avm.InfoReader
C
- COPY_BUFSIZ - Static variable in class com.tuneology.avm.AudioConverter
- CUSTOM_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
- value for quality
- cacheDir - Variable in class com.tuneology.avm.FreeDb
- 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.
- 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.
- capitalize(String) - Method in class com.tuneology.avm.FreeDb
- cdindexId - Variable in class com.tuneology.avm.DiscInfo
- the discid as required for cdindex
- clearTrackNames(DiscInfo) - Method in class com.tuneology.avm.FreeDb
- com.tuneology.avm - package com.tuneology.avm
- comment - Variable in class com.tuneology.avm.DiscInfo
- a comment
- comment - Variable in class com.tuneology.avm.TocEntry
- completed - Variable in class com.tuneology.avm.ISOFsImg
- convertFile(File, File, FormatPrefs, TocEntry, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Converts a file from one format to another
- convertMP3ToOgg(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Creates a new Ogg file based on an existing MP3 file.
- convertMP3ToWAV(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Creates a new WAV file based on an existing MP3 file.
- convertOggToMP3(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Converts a file from OGG format to MP3 format.
- convertOggToWAV(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Creates a new WAV file based on an existing Ogg file.
- convertWAVToMP3(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Creates a new MP3 file based on an existing WAV file.
- convertWAVToOgg(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Creates a new Ogg file based on an existing WAV file.
- copyright - Variable in class com.tuneology.avm.ISOFsImg
- createSubdirs(String) - Static method in class com.tuneology.avm.AudioConverter
- Creates any necessary subdirectories for the path.
D
- 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
- DiscInfo - class com.tuneology.avm.DiscInfo.
- Describes the contents of a CD.
- DiscInfo() - Constructor for class com.tuneology.avm.DiscInfo
- dir - Variable in class com.tuneology.avm.ISOFsImg
- discId - Variable in class com.tuneology.avm.DiscInfo
- the discid as required for freedb
- distName - Static variable in class com.tuneology.avm.Native
- For linux, contains the name and version of the distribution.
E
- ERRBUF_LEN - Static variable in class com.tuneology.avm.ISOFsImg
- elToritoBootImage - Variable in class com.tuneology.avm.ISOFsImg
- encodeString(byte[], int, String, int) - Static method in class com.tuneology.avm.InfoReader
- encoding - Static variable in class com.tuneology.avm.InfoReader
- errMsg - Variable in class com.tuneology.avm.ISOFsImg
- errRdr - Variable in class com.tuneology.avm.Native.ProcReader
- ex - Variable in class com.tuneology.avm.Native.ProcReader
- exclude - Variable in class com.tuneology.avm.ISOFsImg
- excludeBackupFiles - Variable in class com.tuneology.avm.ISOFsImg
- excludes - Variable in class com.tuneology.avm.ISOFsImg
- exec(String[]) - Static method in class com.tuneology.avm.Native
- extendedError - Variable in class com.tuneology.avm.ProcessException
- extraStart - Variable in class com.tuneology.avm.DiscInfo
- the index of the beginning of the ISO 9660 volume on a CD-Extra disc
- extractErrorMessage(String) - Static method in class com.tuneology.avm.ProcessException
- Figure out a nice error message from all those SCSI errors and so forth.
F
- 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
- FreeDb - class com.tuneology.avm.FreeDb.
- An API for the FreeDb song database.
- FreeDb(String, String, String, String, String, int, File) - Constructor for class com.tuneology.avm.FreeDb
- Create a FreeDb object, ready to make queries.
- 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
- fileSize - Variable in class com.tuneology.avm.TocEntry
- files - Variable in class com.tuneology.avm.ISOFsImg
- fixTracks(DiscInfo, String) - Method in class com.tuneology.avm.FreeDb
- flags - Variable in class com.tuneology.avm.DiscInfo
- bits to indicate status of drive and media
- followSymLinks - Variable in class com.tuneology.avm.ISOFsImg
- format - Variable in class com.tuneology.avm.FormatPrefs
- format - Variable in class com.tuneology.avm.TocEntry
- the format of the track
- frame - Variable in class com.tuneology.avm.TocEntry
- the index of the beginning of the track
- fs - Variable in class com.tuneology.avm.DiscInfo
- the type of filesystem on the disc, with flags
- fsSize - Variable in class com.tuneology.avm.DiscInfo
- the size of filesystem on the disc, in blocks
G
- generateTransTable - Variable in class com.tuneology.avm.ISOFsImg
- genericBootImage - Variable in class com.tuneology.avm.ISOFsImg
- genre - Variable in class com.tuneology.avm.DiscInfo
- hopefully an ID3 comment if you want it written to an MP3 file
- genre - Variable in class com.tuneology.avm.TocEntry
- genreArray - Static variable in class com.tuneology.avm.InfoReader
- get(String, DiscInfo) - Method in class com.tuneology.avm.FreeDb
- Returns information about the album, given its discid key,
- getArgString(String[]) - Static method in class com.tuneology.avm.Native
- Returns the list of arguments quoted in a single string, for logging purposes.
- getArgString(Vector) - Static method in class com.tuneology.avm.Native
- Returns the list of arguments quoted in a single string, for logging purposes.
- getBytesPerSec(byte[]) - Static method in class com.tuneology.avm.InfoReader
- getCacheFile(String, String) - Method in class com.tuneology.avm.FreeDb
- getCateg(String) - Method in class com.tuneology.avm.FreeDb
- Returns a list of the possible entries for the disc.
- getErrorOutput() - Method in class com.tuneology.avm.ISOFsImg
- getExtendedError() - Method in class com.tuneology.avm.ProcessException
- getFileFormat(File) - Static method in class com.tuneology.avm.AudioConverter
- Returns the file type.
- getGenre(int) - Static method in class com.tuneology.avm.InfoReader
- getHexId(int) - Static method in class com.tuneology.avm.FreeDb
- Translated a discid value from an integer to an 8-digit hex number .
- 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(ProgressListener) - Method in class com.tuneology.avm.ISOFsImg
- Runs mkisofs and starts streaming its output.
- getInt(byte[], int) - Static method in class com.tuneology.avm.InfoReader
- getLen(byte[]) - Static method in class com.tuneology.avm.InfoReader
- getLogOutput() - Method in class com.tuneology.avm.FreeDb
- Returns the latest query and the result returned.
- getMkfifoCmd() - Static method in class com.tuneology.avm.Native
- Returns the mkfifo command.
- getOggInfoCmd() - Static method in class com.tuneology.avm.InfoReader
- getRemoteData(String, String) - Method in class com.tuneology.avm.FreeDb
- getResourceString(String) - Static method in class com.tuneology.avm.Native
- Returns a string from the resource bundle.
- getSepChar(TocEntry[]) - 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.
- getString(byte[], int, int) - Static method in class com.tuneology.avm.InfoReader
- getStringArray(Vector) - Static method in class com.tuneology.avm.Native
- Takes a vector of strings and creates an array of strings.
- getVersions() - Static method in class com.tuneology.avm.AudioConverter
- Returns a string containing the versions of all the format conversion programs.
- graftFiles - Variable in class com.tuneology.avm.ISOFsImg
- graftPaths - Variable in class com.tuneology.avm.ISOFsImg
- graftPoints - Variable in class com.tuneology.avm.ISOFsImg
H
- HIGH_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
- value for quality
- hiddenGlob - Variable in class com.tuneology.avm.ISOFsImg
- hideGlob - Variable in class com.tuneology.avm.ISOFsImg
- hideJoliet - Variable in class com.tuneology.avm.ISOFsImg
- host - Variable in class com.tuneology.avm.FreeDb.Site
- The hostname of the server.
I
- ISOFsImg - class com.tuneology.avm.ISOFsImg.
- Used to generate an ISO image file.
- ISOFsImg() - Constructor for class com.tuneology.avm.ISOFsImg
- 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
- i_isExecutable(String) - Static method in class com.tuneology.avm.Native
- idStr - Variable in class com.tuneology.avm.FreeDb
- info - Variable in class com.tuneology.avm.TocEntry
- initialized - Variable in class com.tuneology.avm.DiscInfo
- true if this information had been set
- isCanceled() - Method in interface com.tuneology.avm.ProgressListener
- isExecutable(String) - Static method in class com.tuneology.avm.Native
- Returns true if the pathname specifies an executable program.
- isLinux - Static variable in class com.tuneology.avm.Native
- True if the jvm is running on Linux.
- isSepChar(TocEntry[], String) - Static method in class com.tuneology.avm.FreeDb
- isSolaris - Static variable in class com.tuneology.avm.Native
- True if the jvm is running on Solaris.
- 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.
- isoLevel - Variable in class com.tuneology.avm.ISOFsImg
- isrc - Variable in class com.tuneology.avm.TocEntry
- the ISRC entry for the track
J
- jolietCharset - Variable in class com.tuneology.avm.ISOFsImg
- jolietLevel - Variable in class com.tuneology.avm.DiscInfo
- jolietUnicodeLevel - Variable in class com.tuneology.avm.ISOFsImg
L
- LOW_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
- value for quality
- leadin - Variable in class com.tuneology.avm.DiscInfo
- leadout - Variable in class com.tuneology.avm.DiscInfo
- the last index on the disc
- len - Variable in class com.tuneology.avm.TocEntry
- the length of the track in 1/75 secs
- listJolietCharsets() - Static method in class com.tuneology.avm.ISOFsImg
- Returns an array containing the possible values for setJolietCharset.
- location - Variable in class com.tuneology.avm.FreeDb.Site
- The description of the the server's location.
- logBuf - Variable in class com.tuneology.avm.Native.ProcReader
- logCmd(String, File) - Static method in class com.tuneology.avm.Native
- logCmd(String[], File) - Static method in class com.tuneology.avm.Native
- logOutput - Variable in class com.tuneology.avm.FreeDb
- logger - Static variable in class com.tuneology.avm.Native
- lrdr - Variable in class com.tuneology.avm.Native.ProcReader
M
- MED_QUALITY - Static variable in class com.tuneology.avm.FormatPrefs
- value for quality
- MONO_MODE - Static variable in class com.tuneology.avm.FormatPrefs
- value for mode
- MP3_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
- value for format
- MP3_HIGH_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- MP3_LOW_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- MP3_MED_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- madplayCmd - Static variable in class com.tuneology.avm.AudioConverter
- madplayVersion() - Static method in class com.tuneology.avm.AudioConverter
- 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.
- mcn - Variable in class com.tuneology.avm.DiscInfo
- Media Catalog Number, if present and read
- mergeDevice - Variable in class com.tuneology.avm.ISOFsImg
- mergePath - Variable in class com.tuneology.avm.ISOFsImg
- mkfifo(File) - Static method in class com.tuneology.avm.Native
- For Unix only: executes the mkfifo command.
- mkfifoCmd - Static variable in class com.tuneology.avm.Native
- mkisofsCmd - Static variable in class com.tuneology.avm.ISOFsImg
- mode - Variable in class com.tuneology.avm.FormatPrefs
- mode - Variable in class com.tuneology.avm.TocEntry
- the mode of the track
- mpg123Cmd - Static variable in class com.tuneology.avm.AudioConverter
- mpg123Version() - Static method in class com.tuneology.avm.AudioConverter
- msInfo - Variable in class com.tuneology.avm.ISOFsImg
- multiArtist - Variable in class com.tuneology.avm.DiscInfo
- true if there is more than one artist
N
- Native - class com.tuneology.avm.Native.
- This class extends the System and Runtime classes to provide extra functionality.
- Native() - Constructor for class com.tuneology.avm.Native
- 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.
- Native.ProcReader - class com.tuneology.avm.Native.ProcReader.
- Native.ProcReader(BufferedReader, Native.LineReader, Process) - Constructor for class com.tuneology.avm.Native.ProcReader
- newPath(String, String) - Static method in class com.tuneology.avm.AudioConverter
- noDeepRelocation - Variable in class com.tuneology.avm.ISOFsImg
- noIsoTranslate - Variable in class com.tuneology.avm.ISOFsImg
- normalize(File) - Static method in class com.tuneology.avm.AudioConverter
- normalizeCmd - Static variable in class com.tuneology.avm.AudioConverter
- notLameCmd - Static variable in class com.tuneology.avm.AudioConverter
- notlameVersion() - Static method in class com.tuneology.avm.AudioConverter
O
- OGG_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
- value for format
- OGG_HIGH_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- OGG_LOW_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- OGG_MED_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- ogg123Version() - Static method in class com.tuneology.avm.AudioConverter
- ogg2wavCmd - Static variable in class com.tuneology.avm.AudioConverter
- oggInfoCmd - Static variable in class com.tuneology.avm.InfoReader
- oggencVersion() - Static method in class com.tuneology.avm.AudioConverter
- omitTrailingPeriod - Variable in class com.tuneology.avm.ISOFsImg
- omitVersionNumbers - Variable in class com.tuneology.avm.ISOFsImg
- osName - Static variable in class com.tuneology.avm.Native
P
- 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
- ProgressListener - interface com.tuneology.avm.ProgressListener.
- Implement this class to get status updates.
- pad - Variable in class com.tuneology.avm.ISOFsImg
- parseComment(String) - Method in class com.tuneology.avm.FreeDb
- parseInt(String, int) - Static method in class com.tuneology.avm.InfoReader
- parseResult(DiscInfo, String) - Method in class com.tuneology.avm.FreeDb
- parseSecs(String) - Static method in class com.tuneology.avm.AudioConverter
- 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.
- playTime - Variable in class com.tuneology.avm.DiscInfo
- total audio playing time in 1/75 sec
- pm - Variable in class com.tuneology.avm.AudioConverter.MadplayReader
- pm - Variable in class com.tuneology.avm.AudioConverter.NotLameReader
- pm - Variable in class com.tuneology.avm.AudioConverter.OggencReader
- position - Variable in class com.tuneology.avm.FreeDb.Site
- The server's latitude and longitude.
- preparerId - Variable in class com.tuneology.avm.ISOFsImg
- proc - Variable in class com.tuneology.avm.Native.ProcReader
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.MadplayReader
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.MadplayVerRdr
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.Mpg123VerRdr
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.NotLameReader
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.NotlameVerRdr
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.Ogg123VerRdr
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.OggencReader
- processLine(String, boolean) - Method in class com.tuneology.avm.AudioConverter.OggencVerRdr
- 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(Native.LineReader, String) - Static method in class com.tuneology.avm.Native
- processOggInfoKey(TocEntry, String, String) - Static method in class com.tuneology.avm.InfoReader
- This function processes the name/value pairs produced by ogginfo.
- proxyHost - Variable in class com.tuneology.avm.FreeDb
- proxyPort - Variable in class com.tuneology.avm.FreeDb
- publisherId - Variable in class com.tuneology.avm.ISOFsImg
Q
- quality - Variable in class com.tuneology.avm.FormatPrefs
R
- rate - Variable in class com.tuneology.avm.TocEntry
- bit rate, in bits/second
- 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.
- resampleMP3(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Changes the sampling rate (or other characteristics) of an existing MP3 file.
- resampleOgg(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- Changes the sampling rate (or other characteristics) of an existing OGG file.
- resetProxy() - Method in class com.tuneology.avm.FreeDb
- resources - Static variable in class com.tuneology.avm.Native
- run() - Method in class com.tuneology.avm.Native.ProcReader
- runCommand(String, File, Native.LineReader, boolean) - Static method in class com.tuneology.avm.Native
- Runs the specified external program.
- runCommand(Vector, File, Native.LineReader, boolean) - Static method in class com.tuneology.avm.Native
- Runs the specified external program.
- runCommand(String[], File, Native.LineReader, boolean) - Static method in class com.tuneology.avm.Native
- Runs the specified external program.
- runCommand(Process, String, Native.LineReader, boolean, long) - Static method in class com.tuneology.avm.Native
- runMadplay(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- runMpg123(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
- runNotLame(File, File, TocEntry, FormatPrefs, ProgressListener, boolean, boolean) - Static method in class com.tuneology.avm.AudioConverter
- runWav2Ogg(File, File, TocEntry, FormatPrefs, ProgressListener, boolean) - Static method in class com.tuneology.avm.AudioConverter
S
- STEREO_MODE - Static variable in class com.tuneology.avm.FormatPrefs
- value for mode
- savedProxyHost - Variable in class com.tuneology.avm.FreeDb
- savedProxyPort - Variable in class com.tuneology.avm.FreeDb
- savedProxySet - Variable in class com.tuneology.avm.FreeDb
- setAbstract(String) - Method in class com.tuneology.avm.ISOFsImg
- 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.
- setBibliographic(String) - Method in class com.tuneology.avm.ISOFsImg
- 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.
- setCopyright(String) - Method in class com.tuneology.avm.ISOFsImg
- setCurrent(int, int, int) - Method in interface com.tuneology.avm.ProgressListener
- setDirectory(String) - Method in class com.tuneology.avm.ISOFsImg
- Sets the base directory, from which relative paths are resolved.
- 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.
- setExcludeBackupFiles(boolean) - Method in class com.tuneology.avm.ISOFsImg
- Do not include backup files files on the ISO9660 filesystem.
- setFollowSymlinks(boolean) - Method in class com.tuneology.avm.ISOFsImg
- Follow symbolic links when generating the filesystem.
- 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.
- setIsoLevel(int) - Method in class com.tuneology.avm.ISOFsImg
- Set the iso9660 conformance level.
- 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.
- 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
- setLogger(Native.Logger) - Static method in class com.tuneology.avm.Native
- All process I/O is logged to this interface.
- setMadplayCmd(String) - Static method in class com.tuneology.avm.AudioConverter
- 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.
- 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
- setMpg123Cmd(String) - Static method in class com.tuneology.avm.AudioConverter
- 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.
- setNormalizeCmd(String) - Static method in class com.tuneology.avm.AudioConverter
- setOgg2wavCmd(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.
- setPad(boolean) - Method in class com.tuneology.avm.ISOFsImg
- Pad the end of the ISO9660 by 16 sectors (32kB).
- setPreparerId(String) - Method in class com.tuneology.avm.ISOFsImg
- Specifies a text string that will be written into the volume header.
- setProxy() - Method in class com.tuneology.avm.FreeDb
- setPublisherId(String) - Method in class com.tuneology.avm.ISOFsImg
- Specifies a text string that will be written into the volume header.
- 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 interface com.tuneology.avm.ProgressListener
- setSystemId(String) - Method in class com.tuneology.avm.ISOFsImg
- Specifies the system ID.
- setTempDir(File) - Static method in class com.tuneology.avm.AudioConverter
- setTotal(int) - Method in interface com.tuneology.avm.ProgressListener
- 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.
- 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.
- setVolumeId(String) - Method in class com.tuneology.avm.ISOFsImg
- Specifies the volume ID (volume name or label) to be written into the master block.
- setWav2oggCmd(String) - Static method in class com.tuneology.avm.AudioConverter
- songwriter - Variable in class com.tuneology.avm.DiscInfo
- from Cd-TEXt info
- songwriter - Variable in class com.tuneology.avm.TocEntry
- 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.
- sparcBootImages - Variable in class com.tuneology.avm.ISOFsImg
- started - Variable in class com.tuneology.avm.AudioConverter.Mpg123VerRdr
- started - Variable in class com.tuneology.avm.AudioConverter.NotLameReader
- stuff - Variable in class com.tuneology.avm.FreeDb
- systemId - Variable in class com.tuneology.avm.ISOFsImg
- systemProperties - Variable in class com.tuneology.avm.FreeDb
T
- TocEntry - class com.tuneology.avm.TocEntry.
- Describes a track on a CD, including CD-TEXT info, if present.
- TocEntry() - Constructor for class com.tuneology.avm.TocEntry
- tempDir - Static variable in class com.tuneology.avm.AudioConverter
- title - Variable in class com.tuneology.avm.TocEntry
- read from CD-TEXT, if present
- tocs - Variable in class com.tuneology.avm.DiscInfo
- the table of audio contents
- track - Variable in class com.tuneology.avm.TocEntry
- the track number
- trackString - Variable in class com.tuneology.avm.DiscInfo
- the list of tracks as required for freedb
- truncateName(String, int) - Static method in class com.tuneology.avm.AudioConverter
- typ - Variable in class com.tuneology.avm.TocEntry
- the type of the track
U
- urlString - Variable in class com.tuneology.avm.FreeDb
- useExtendedRockRidge - Variable in class com.tuneology.avm.ISOFsImg
- useFileVersions - Variable in class com.tuneology.avm.ISOFsImg
- useIsoLevel - Variable in class com.tuneology.avm.ISOFsImg
- useJoliet - Variable in class com.tuneology.avm.ISOFsImg
- useJolietUnicodeLevel - Variable in class com.tuneology.avm.ISOFsImg
- useMpg123 - Static variable in class com.tuneology.avm.AudioConverter
- useRelaxedFilenames - Variable in class com.tuneology.avm.ISOFsImg
- useRockRidge - Variable in class com.tuneology.avm.ISOFsImg
- useUntranslatedNames - Variable in class com.tuneology.avm.ISOFsImg
- useVolsetSeqNum - Variable in class com.tuneology.avm.ISOFsImg
- useVolsetSize - Variable in class com.tuneology.avm.ISOFsImg
- usingProxy - Variable in class com.tuneology.avm.FreeDb
V
- version - Static variable in class com.tuneology.avm.Native
- Contains the version information for java-avm.
- versionString - Variable in class com.tuneology.avm.AudioConverter.MadplayVerRdr
- versionString - Variable in class com.tuneology.avm.AudioConverter.Mpg123VerRdr
- versionString - Variable in class com.tuneology.avm.AudioConverter.NotlameVerRdr
- versionString - Variable in class com.tuneology.avm.AudioConverter.Ogg123VerRdr
- versionString - Variable in class com.tuneology.avm.AudioConverter.OggencVerRdr
- volName - Variable in class com.tuneology.avm.DiscInfo
- the ISO9660 Volume Label String
- volsetId - Variable in class com.tuneology.avm.ISOFsImg
- volsetNum - Variable in class com.tuneology.avm.ISOFsImg
- volsetSize - Variable in class com.tuneology.avm.ISOFsImg
- volumeId - Variable in class com.tuneology.avm.ISOFsImg
W
- WAV_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
- value for format
- WAV_HIGH_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- WAV_LOW_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- WAV_MED_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- WMA_FORMAT - Static variable in class com.tuneology.avm.FormatPrefs
- value for format
- WMA_HIGH_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- WMA_LOW_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- WMA_MED_QUALITY_RATE - Static variable in class com.tuneology.avm.AudioConverter
- wav2oggCmd - Static variable in class com.tuneology.avm.AudioConverter
- writeInfo(File, TocEntry) - Static method in class com.tuneology.avm.InfoReader
- Writes changed meta-info to the music file.
Y
- year - Variable in class com.tuneology.avm.DiscInfo
- year of publishing
- year - Variable in class com.tuneology.avm.TocEntry
A B C D E F G H I J L M N O P Q R S T U V W Y
|
|||||||||
| Home >> All >> com >> tuneology >> [ avm overview ] | PREV NEXT | ||||||||