Class VorbisFileFormatType


  • public class VorbisFileFormatType
    extends javax.sound.sampled.AudioFileFormat.Type
    FileFormatTypes used by the VORBIS audio decoder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.sound.sampled.AudioFileFormat.Type OGG  
      static javax.sound.sampled.AudioFileFormat.Type VORBIS  
      • Fields inherited from class javax.sound.sampled.AudioFileFormat.Type

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

      Constructors 
      Constructor Description
      VorbisFileFormatType​(java.lang.String name, java.lang.String extension)
      Constructor.
    • 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

      • VORBIS

        public static final javax.sound.sampled.AudioFileFormat.Type VORBIS
      • OGG

        public static final javax.sound.sampled.AudioFileFormat.Type OGG
    • Constructor Detail

      • VorbisFileFormatType

        public VorbisFileFormatType​(java.lang.String name,
                                    java.lang.String extension)
        Constructor.