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

G

gainVersion - Static variable in class pgbennett.jampal.Jampal
 
GENERAL_ENCAPSULATED_OBJECT - Static variable in class pgbennett.id3.ID3v2Frames
Description of the Field
getAlbum() - Method in class pgbennett.id3.ID3v1Tag
Return the album field of the tag
getAlbum() - Method in class pgbennett.id3.MP3File
Returns the album of the mp3 if set and the empty string if not.
getAlternative() - Method in class pgbennett.id3.UnsynchRandomAccessFile
 
getArtist() - Method in class pgbennett.id3.ID3v1Tag
Return the artist field of the tag
getArtist() - Method in class pgbennett.id3.MP3File
Returns the artist of the mp3 if set and the empty string if not.
getAttributes() - Method in class pgbennett.utility.FontChooser
 
getAvgBitrate() - Method in class pgbennett.id3.XingVBRHeader
Returns the average bit rate of the mpeg file if a Xing header exists and -1 otherwise.
getBitRate() - Method in class pgbennett.id3.MP3File
 
getBitRate() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Returns the bitrate of this mpeg.
getBMPImage(InputStream) - Method in class javazoom.Util.BMPLoader
 
getBytes() - Method in interface pgbennett.id3.ID3Tag
Returns a binary representation of the tag as it would appear in a file.
getBytes() - Method in class pgbennett.id3.ID3v1Tag
Returns a binary representation of this id3v1 tag.
getBytes() - Method in class pgbennett.id3.ID3v2ExtendedHeader
 
getBytes() - Method in class pgbennett.id3.ID3v2Footer
Return an array of bytes representing the footer.
getBytes() - Method in class pgbennett.id3.ID3v2Frames
Return an array bytes containing all frames contained in this object.
getBytes() - Method in class pgbennett.id3.ID3v2Header
Return an array of bytes representing the header.
getBytes() - Method in class pgbennett.id3.ID3v2Tag
Return a binary representation of this object to be written to a file.
getBytesRead() - Method in class pgbennett.id3.ID3v2ExtendedHeader
 
getChannelMode() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Return the channel mode of the mpeg in string form.
getComment() - Method in class pgbennett.id3.ID3v1Tag
Return the comment field of the tag
getComment() - Method in class pgbennett.id3.MP3File
Returns the comment field of this mp3 if set and the empty string if not.
getComposer() - Method in class pgbennett.id3.MP3File
Returns the composer of this mp3 if set and the empty string if not (id3v2 only).
getCompressed() - Method in class pgbennett.id3.ID3v2Frame
Returns true if this frame is compressed
getCopyrightInfo() - Method in class pgbennett.id3.MP3File
Returns the copyright info of this mp3 if set and the empty string if not (id3v2 only).
getCRC() - Method in class pgbennett.id3.ID3v2ExtendedHeader
If there is crc data in the extended header, then the attached 5 byte crc will be returned.
getCRCed() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns true if CRC information is provided for this tag
getDataLength() - Method in class pgbennett.id3.ID3v2Frame
If a length indicator has been added, the length of the data is returned.
getDataString() - Method in class pgbennett.id3.ID3v2Frame
If possible, this method attempts to convert textual part of the data into a string.
getDescription() - Method in class pgbennett.id3.MP3FileFilter
Returns the Name of the Filter for use in the Chooser Dialog
getDescription() - Method in class pgbennett.jampal.ImageFileFilter
 
getDescription() - Method in class pgbennett.jampal.LibraryFileFilter
 
getDescription() - Method in class pgbennett.jampal.Mp3FileFilter
 
getEmphasis() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Returns the emphasis.
getEncodedBy() - Method in class pgbennett.id3.MP3File
Returns who encoded this mp3 if set and the empty string if not (id3v2 only).
getEncrypted() - Method in class pgbennett.id3.ID3v2Frame
Returns true if this frame is encrypted
getEncryptionType() - Method in class pgbennett.id3.ID3v2Frame
If encrypted, this returns the encryption method byte.
getESpeakData(String) - Static method in class pgbennett.jampal.Jampal
 
getESpeakProg(String) - Static method in class pgbennett.jampal.Jampal
 
getExperimental() - Method in class pgbennett.id3.ID3v2Footer
Returns true if the experimental bit of this footer is set.
getExperimental() - Method in class pgbennett.id3.ID3v2Header
Returns true if the experimental bit of this header is set.
getExtendedFooter() - Method in class pgbennett.id3.ID3v2Footer
Returns true if this tag has an extended footer.
getExtendedHeader() - Method in class pgbennett.id3.ID3v2Header
Returns true if this tag has an extended header.
getExtendedId() - Method in class pgbennett.id3.ID3v2Frame
Get extended id for cases where two occurrences of the same id are allowed with different descriptors (e.g.
getExtension(File) - Static method in class pgbennett.jampal.Mp3FileFilter
 
getFileAlterDiscard() - Method in class pgbennett.id3.ID3v2Frame
Returns true if the file alter preservation bit has been set.
getFileName() - Method in class pgbennett.id3.MP3File
Returns the filename of this MP3File.
getFileSize() - Method in class pgbennett.id3.MP3File
Return the filesize of this MP3File (in bytes).
getFooter() - Method in class pgbennett.id3.ID3v2Footer
Returns true if this tag has a footer.
getFooter() - Method in class pgbennett.id3.ID3v2Header
Returns true if this tag has a footer.
getFooterSize() - Method in class pgbennett.id3.ID3v2Footer
Returns the size (in bytes) of this footer.
getFrameBytes() - Method in class pgbennett.id3.ID3v2Frame
Returns a byte array representation of this frame that can be written to a file.
getFrameData() - Method in class pgbennett.id3.ID3v2Frame
Returns the data for this frame
getFrameData(String) - Method in class pgbennett.id3.ID3v2Tag
Returns the data found in the frame specified by the id.
getFrameDataBytes(String) - Method in class pgbennett.id3.MP3File
Returns the data contained in the frame specified by the id (id3v2 only) .
getFrameDataString(String) - Method in class pgbennett.id3.ID3v2Tag
Returns the textual information contained in the frame specified by the id.
getFrameDataString(String) - Method in class pgbennett.id3.MP3File
Returns the textual information contained in the frame specifed by the id.
getFrameIds() - Method in class pgbennett.id3.MP3File
 
getFrameLength() - Method in class pgbennett.id3.ID3v2Frame
Return the length of this frame in bytes, including the header.
getFrameLength() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Computes the length of the frame found.
getFrames() - Method in class pgbennett.id3.ID3v2Tag
Get a collection of all frames in the tag.
getGenre() - Method in class pgbennett.id3.ID3v1Tag
Return the genre field of the tag, -1 if tag doesn't exist
getGenre() - Method in class pgbennett.id3.MP3File
Returns the genre of this mp3 if set and the empty string if not.
getGenre(int) - Static method in class pgbennett.id3.NullsoftID3GenreTable
Return the corresponding String for the integer coded provided.
getGenre(String) - Static method in class pgbennett.id3.NullsoftID3GenreTable
Tries to find the string provided in the table and returns the corresponding int code if successful.
getGenres() - Static method in class pgbennett.id3.NullsoftID3GenreTable
Returns an array of all the genres which can be used to put into an OptionPane or some other component for easy display.
getGenreString() - Method in class pgbennett.id3.ID3v1Tag
Return the genre name based on the ID3/Nullsoft standards.
getGroup() - Method in class pgbennett.id3.ID3v2Frame
Returns the group identifier if added.
getGrouped() - Method in class pgbennett.id3.ID3v2Frame
Returns true if this frame is a part of a group
getHead() - Method in class pgbennett.id3.ID3v2Tag
 
getHeader() - Method in class pgbennett.id3.MP3File
 
getHeaderSize() - Method in class pgbennett.id3.ID3v2Header
Returns the size (in bytes) of this header.
getID3v1Tag() - Method in class pgbennett.id3.MP3File
 
getID3v2Tag() - Method in class pgbennett.id3.MP3File
Get the ID3V2 tag for this file
getImageEncode() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns true if the image encode flag is set
getImageRestriction() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns the value of the image restriction field or -1 if not set
getImageSource() - Method in class javazoom.Util.BMPLoader
 
getLayer() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Return the layer description of the mpeg in string form.
getLength() - Method in class pgbennett.id3.ID3v2Frames
Returns the length in bytes of all the frames contained in this object.
getLength() - Method in class pgbennett.id3.XingVBRHeader
Returns the length (in bytes) of this Xing VBR header.
getLengthIndicator() - Method in class pgbennett.id3.ID3v2Frame
Returns true if this frame has a length indicator added
getLocation() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Returns the offset at which the first mpeg frame was found in the file.
getMajorVersion() - Method in class pgbennett.id3.ID3v2Footer
Returns the major version of this id3v2 tag.
getMajorVersion() - Method in class pgbennett.id3.ID3v2Header
Returns the major version of this id3v2 tag.
getMaxFrames() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns the maximum number of frames if set.
getMaxTagSize() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns the maximum tag size or -1 if unset
getMaxTextSize() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns the maximum length of a string if set or -1
getMinimumSize() - Method in class pgbennett.jampal.HorizontalResizeLabel
 
getMinimumSize() - Method in class pgbennett.jampal.HorizontalResizeTextArea
 
getMinorVersion() - Method in class pgbennett.id3.ID3v2Footer
Return the minor version/revision of this id3v2 tag.
getMinorVersion() - Method in class pgbennett.id3.ID3v2Header
Return the minor version/revision of this id3v2 tag.
getMixerInfo(String) - Static method in class pgbennett.jampal.AudioCommon
TODO: This method tries to return a Mixer.Info whose name matches the passed name.
getMp3Binary(String) - Method in class pgbennett.id3.MP3File
 
getMp3Field(int, String) - Method in class pgbennett.id3.MP3File
 
getMp3File() - Method in class pgbennett.id3.MP3File
Return the absolute path of this MP3File.
getMp3Integer(String) - Method in class pgbennett.id3.MP3File
 
getMp3Picture(String) - Method in class pgbennett.id3.MP3File
 
getMPEGChannelMode() - Method in class pgbennett.id3.MP3File
Return the channel mode of the mpeg.
getMPEGEmphasis() - Method in class pgbennett.id3.MP3File
Returns the emphasis of this mp3.
getMPEGLayer() - Method in class pgbennett.id3.MP3File
Returns a string specifying the layer of the mpeg.
getMpegLocation() - Method in class pgbennett.id3.MP3File
 
getMPEGVersion() - Method in class pgbennett.id3.MP3File
Returns a string specifying the version of the mpeg.
getNumBytes() - Method in class pgbennett.id3.XingVBRHeader
Returns the number of data bytes in the mpeg frames.
getNumFlagBytes() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns the number of extended flag bytes
getNumFrames() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Returns the number of frames in this mpeg file.
getNumFrames() - Method in class pgbennett.id3.XingVBRHeader
Returns the number of MPEG frames in the file passed to the constructor.
getNumTracks() - Method in class pgbennett.id3.MP3File
Although not a standard, sometimes track numbers are expressed as "x/y" where x is the track number and y is the total number of tracks on an album.
getOption() - Method in class pgbennett.utility.FontChooser
 
getOriginalArtist() - Method in class pgbennett.id3.MP3File
Returns the original artist of this mp3 if set and the empty string if not (id3v2 only).
getPadding() - Method in class pgbennett.id3.ID3v2Tag
Returns the current number of padding bytes in this id3v2 tag.
getParent() - Method in class pgbennett.id3.MP3File
Returns the parent directory of this MP3File.
getPath() - Method in class pgbennett.id3.MP3File
Return the absolute path of this MP3File.
getPicture() - Method in class pgbennett.id3.ID3v2Frame
Get Picture data for APIC frame
getPlayingTime() - Method in class pgbennett.id3.MP3File
Returns the length (in seconds) of the playing time of this mp3.
getPlayingTime() - Method in class pgbennett.id3.XingVBRHeader
Returns the calculated playing time of the mpeg file if a Xing header exists and -1 otherwise.
getPlayingTimeMs() - Method in class pgbennett.id3.MP3File
Returns the length (in milliseconds) of the playing time of this mp3.
getPlayingTimeString() - Method in class pgbennett.id3.MP3File
Return a formatted version of the getPlayingTime method.
getPosition() - Method in class pgbennett.jampal.MP3InputStream
 
getPreferredSize() - Method in class pgbennett.jampal.HorizontalResizeLabel
 
getPreferredSize() - Method in class pgbennett.jampal.HorizontalResizeTextArea
 
getReadOnly() - Method in class pgbennett.id3.ID3v2Frame
Returns true if this frame is read only
getSampleRate() - Method in class pgbennett.id3.MP3File
Returns the sample rate of this mp3 in Hz.
getSampleRate() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Returns the sample rate of the mpeg in Hz
getSelectedFont() - Method in class pgbennett.jampal.MainFrame
 
getSingleton() - Static method in class pgbennett.id3.FrameDictionary
 
getSize() - Method in class pgbennett.id3.ID3v1Tag
Return the size in bytes of the tag.
getSize() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns the size of the extended header
getSize() - Method in class pgbennett.id3.ID3v2Tag
Returns the size of this id3v2 tag.
getSourceActions(JComponent) - Method in class pgbennett.jampal.ImageTransferHandler
 
getSourceActions(JComponent) - Method in class pgbennett.jampal.TableTransferHandler
 
getSourceDataLine(String, AudioFormat, int) - Static method in class pgbennett.jampal.AudioPlayer
 
getStrikeoutFont() - Method in class pgbennett.jampal.MainFrame
 
getTagAlterDiscard() - Method in class pgbennett.id3.ID3v2Frame
Returns true if the tag alter preservation bit has been set.
getTaggingType() - Method in class pgbennett.id3.MP3File
Returns the currently set tagging type.
getTagSize() - Method in class pgbennett.id3.ID3v2Footer
Returns the size (in bytes) of the frames and/or extended footer portion of the id3v2 tag according to the size field in the footer.
getTagSize() - Method in class pgbennett.id3.ID3v2Header
Returns the size (in bytes) of the frames and/or extended header portion of the id3v2 tag according to the size field in the header.
getTagSize() - Method in class pgbennett.id3.MP3File
Return the current size of the tag(s) in bytes.
getTagSize(int) - Method in class pgbennett.id3.MP3File
Returns the current size of the tag(s) in bytes.
getTargetDataLine(String, AudioFormat, int) - Static method in class pgbennett.jampal.AudioCommon
TODO:
getTextEncode() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns true if the text encode flag is set
getTitle() - Method in class pgbennett.id3.ID3v1Tag
Return the title field of the tag
getTitle() - Method in class pgbennett.id3.MP3File
Returns the title of this mp3 if set and the empty string if not.
getTOC() - Method in class pgbennett.id3.XingVBRHeader
Returns the toc used to seek to an area of this VBR file.
getTotalSize() - Method in class pgbennett.id3.ID3v2Tag
Returns the actual size of the tag when written.
getTrack() - Method in class pgbennett.id3.ID3v1Tag
Return the track field of the tag, or -1 if the tag does not exist.
getTrack() - Method in class pgbennett.id3.MP3File
Returns an integer value of the track number.
getTrackString() - Method in class pgbennett.id3.MP3File
Returns the track exactly as the track field of the id3 tag reads.
getTransferData(DataFlavor) - Method in class pgbennett.jampal.TrackTransferable
 
getTransferDataFlavors() - Method in class pgbennett.jampal.TrackTransferable
 
getUnsynchronisation() - Method in class pgbennett.id3.ID3v2Footer
Returns true if the unsynchronisation bit is set in this footer.
getUnsynchronisation() - Method in class pgbennett.id3.ID3v2Header
Returns true if the unsynchronisation bit is set in this header.
getUnsynchronised() - Method in class pgbennett.id3.ID3v2Frame
Returns true if this frame is unsynchronised
getUpdate() - Method in class pgbennett.id3.ID3v2ExtendedHeader
Returns true if this tag is an update of a previous tag
getUserDefinedURL() - Method in class pgbennett.id3.MP3File
Returns the user defined url of this mp3 if set and the empty string if not (id3v2 only).
getVBRPlayingTime() - Method in class pgbennett.id3.MPEGAudioFrameHeader
If this is a VBR file, return an accurate playing time of this mpeg.
getVBRScale() - Method in class pgbennett.id3.XingVBRHeader
Returns the VBR scale used to generate this VBR file.
getVersion() - Method in class pgbennett.id3.MPEGAudioFrameHeader
Return the version of the mpeg in string form.
getVoiceList() - Method in class pgbennett.speech.CepstralSpeaker
 
getVoiceList() - Method in class pgbennett.speech.ESpeakSpeaker
 
getVoiceList() - Method in class pgbennett.speech.FreeTTSSpeaker
 
getVoiceList() - Method in class pgbennett.speech.Speaker
 
getVoiceList() - Method in interface pgbennett.speech.SpeechInterface
 
getVoices() - Static method in class pgbennett.speech.FreeTTSSpeaker
 
getVoices() - Static method in class pgbennett.speech.Speaker
 
getYear() - Method in class pgbennett.id3.ID3v1Tag
Return the year field of the tag
getYear() - Method in class pgbennett.id3.MP3File
Returns the year of this mp3 if set and the empty string if not.
GROUP_IDENTIFICATION_REGISTRATION - Static variable in class pgbennett.id3.ID3v2Frames
Description of the Field

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