| Home >> All |
| | joeshmoe.mpeg.* (6) |
Package Samples:
joeshmoe.mpeg
Classes:
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.
ID3Tag: This class represents an ID3 tag. This tag, appended to the end of an MPEG audio file, gives information about the contents of the file. All fields are automatically (and silently) truncated to their maximum lengh.
MPEGProbeException: This exception is thrown if a problem is encountered while probing an MPEG audio file for information. A message is always included describing the exact nature of the problem.
GenreLookup: This class provides a simple lookup interface to translate the genre field of an ID3 tag into a text string. Reverse lookups can also be performed.
ID3Tagger: Reads and sets ID3 tags in MPEG audio files. Currently only V1 ID3 tags are supported.
MPEGInfo: A class which implements this interface contains information about an MPEG audio file.
ProbedMPEGInfo
| Home | Contact Us | Privacy Policy | Terms of Service |