Class VorbisDecoder
java.lang.Object
net.avadeaux.klipspringer.codec.ExternalDecoder
net.avadeaux.klipspringer.codec.VorbisDecoder
- All Implemented Interfaces:
Closeable,AutoCloseable,AudioDecoder
Ogg Vorbis file decoder that interfaces to Vorbis library.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.avadeaux.klipspringer.codec.AudioDecoder
AudioDecoder.PictureTarget, AudioDecoder.Target -
Constructor Summary
ConstructorsConstructorDescriptionVorbisDecoder(String fileName, AudioDecoder.Target target) Initiates decoder, including opening the file. -
Method Summary
Methods inherited from class net.avadeaux.klipspringer.codec.ExternalDecoder
close, decodeAll, decodeMetadata, reusable
-
Constructor Details
-
VorbisDecoder
Initiates decoder, including opening the file.- Throws:
IOException
-
-
Method Details
-
quality
Returns a string to indicate that the file is Vorbis compressed.
-