Package org.xiph.speex.spi
Class SpeexFileFormatType
java.lang.Object
javax.sound.sampled.AudioFileFormat.Type
org.xiph.speex.spi.SpeexFileFormatType
FileFormatTypes used by the Speex audio decoder.
- Version:
- $Revision: 1.2 $
- Author:
- Marc Gimpel, Wimba S.A. (mgimpel@horizonwimba.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.sound.sampled.AudioFileFormat.Type
equals, getExtension, hashCode, toString
-
Field Details
-
SPEEX
Specifies an OGG Speex file.
-
-
Constructor Details
-
SpeexFileFormatType
Constructs a file type.- Parameters:
name
- - the name of the Speex File Format.extension
- - the file extension for this Speex File Format.
-