javazoom.spi.vorbis.sampled.file
Class VorbisAudioFileFormat

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

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

Author:
JavaZOOM

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.AudioFileFormat
javax.sound.sampled.AudioFileFormat.Type
 
Constructor Summary
VorbisAudioFileFormat(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()
          Ogg Vorbis 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

VorbisAudioFileFormat

public VorbisAudioFileFormat(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()
Ogg Vorbis audio file format parameters. Some parameters might be unavailable. So availability test is required before reading any parameter.
AudioFileFormat parameters.
Ogg Vorbis parameters.

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


JavaZOOM 1999-2008