Class 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.
      • Fields inherited from class javax.sound.sampled.AudioFileFormat.Type

        AIFC, AIFF, AU, SND, WAVE
    • Constructor Summary

      Constructors 
      Constructor Description
      SpeexFileFormatType​(java.lang.String name, java.lang.String extension)
      Constructs a file type.
    • Method Summary

      • 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.