All Packages Class Hierarchy This Package Previous Next Index
Class joeshmoe.mpeg.MPEGProber
joeshmoe.mpeg.MPEGProber
- public class MPEGProber
Probes an MPEG audio file (usually .MP3, .MP2, or .MPE) to determine a
variety of information. Currently, this class can properly handle MPEG1
and MPEG 2. MPEG2.5 is not supported. All three MPEG audio layers are
supported. This class uses ID3Tagger to read an ID3 tag (if present)
from MPEG audio file. ID3Tagger currently supports only V1 ID3 tags.
-
MPEGProber()
-
-
probeFile(File)
- Probes the MPEG audio file referenced by pFile and returns an
MPEGInfo object containing information about the file.
MPEGProber
public MPEGProber()
probeFile
public static MPEGInfo probeFile(File pFile) throws FileNotFoundException, IOException, MPEGProbeException
- Probes the MPEG audio file referenced by pFile and returns an
MPEGInfo object containing information about the file.
- Throws: MPEGProbeException
- Indicates that there were problems
reading the information from the file.
All Packages Class Hierarchy This Package Previous Next Index