Package org.xiph.speex.spi
Class SpeexFileFormatType
- java.lang.Object
-
- javax.sound.sampled.AudioFileFormat.Type
-
- org.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. (mgimpel@horizonwimba.com)
-
-
Field Summary
Fields Modifier and Type Field Description static javax.sound.sampled.AudioFileFormat.Type
SPEEX
Specifies an OGG Speex file.
-
Constructor Summary
Constructors Constructor Description SpeexFileFormatType(java.lang.String name, java.lang.String extension)
Constructs a file type.
-