javazoom.spi.mpeg.sampled.file
Class MpegAudioFileFormat

java.lang.Object
  extended by javax.sound.sampled.AudioFileFormat
      extended by org.tritonus.share.sampled.file.TAudioFileFormat
          extended by javazoom.spi.mpeg.sampled.file.MpegAudioFileFormat

public class MpegAudioFileFormat
extends org.tritonus.share.sampled.file.TAudioFileFormat


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.AudioFileFormat
javax.sound.sampled.AudioFileFormat.Type
 
Constructor Summary
MpegAudioFileFormat(javax.sound.sampled.AudioFileFormat.Type type, javax.sound.sampled.AudioFormat audioFormat, int nLengthInFrames, int nLengthInBytes, java.util.Map properties)
          Contructor.
 
Method Summary
 java.util.Map properties()
          MP3 audio file format parameters.
 
Methods inherited from class org.tritonus.share.sampled.file.TAudioFileFormat
setProperty
 
Methods inherited from class javax.sound.sampled.AudioFileFormat
getByteLength, getFormat, getFrameLength, getProperty, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MpegAudioFileFormat

public MpegAudioFileFormat(javax.sound.sampled.AudioFileFormat.Type type,
                           javax.sound.sampled.AudioFormat audioFormat,
                           int nLengthInFrames,
                           int nLengthInBytes,
                           java.util.Map properties)
Contructor.

Parameters:
type -
audioFormat -
nLengthInFrames -
nLengthInBytes -
Method Detail

properties

public java.util.Map properties()
MP3 audio file format parameters. Some parameters might be unavailable. So availability test is required before reading any parameter.
AudioFileFormat parameters.
MP3 parameters.

Overrides:
properties in class org.tritonus.share.sampled.file.TAudioFileFormat


JavaZOOM 1999-2005