Class OpusDecoder
java.lang.Object
net.avadeaux.klipspringer.codec.ExternalDecoder
net.avadeaux.klipspringer.codec.OpusDecoder
- All Implemented Interfaces:
Closeable,AutoCloseable,AudioDecoder
Opus file decoder that interfaces to Opus library.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.avadeaux.klipspringer.codec.AudioDecoder
AudioDecoder.PictureTarget, AudioDecoder.Target -
Constructor Summary
ConstructorsConstructorDescriptionOpusDecoder(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
-
OpusDecoder
Initiates decoder, including opening the file.- Throws:
IOException
-
-
Method Details
-
quality
Returns a string to indicate that the file is Opus compressed.
-