org.xiph.speex.spi
Class SpeexFileFormatType

java.lang.Object
  extended byjavax.sound.sampled.AudioFileFormat.Type
      extended byorg.xiph.speex.spi.SpeexFileFormatType

public class SpeexFileFormatType
extends javax.sound.sampled.AudioFileFormat.Type

FileFormatTypes used by the Speex audio decoder.

Version:
$Revision: 1.2 $
Author:
Marc Gimpel, Wimba S.A. (marc@wimba.com)

Field Summary
static javax.sound.sampled.AudioFileFormat.Type SPEEX
          Specifies an OGG Speex file.
 
Fields inherited from class javax.sound.sampled.AudioFileFormat.Type
AIFC, AIFF, AU, SND, WAVE
 
Constructor Summary
SpeexFileFormatType(java.lang.String name, java.lang.String extension)
          Constructs a file type.
 
Methods inherited from class javax.sound.sampled.AudioFileFormat.Type
equals, getExtension, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SPEEX

public static final javax.sound.sampled.AudioFileFormat.Type SPEEX
Specifies an OGG Speex file.

Constructor Detail

SpeexFileFormatType

public SpeexFileFormatType(java.lang.String name,
                           java.lang.String extension)
Constructs a file type.

Parameters:
name - - the name of the Speex File Format.
extension - - the file extension for this Speex File Format.


Copyright © 1999-2004 Wimba S.A. All Rights Reserved.