Interface AudioDecoder.Target
- All Superinterfaces:
AutoCloseable, Closeable, PcmWriter
- Enclosing interface:
AudioDecoder
Interface for the destination of an audio decoder.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMakes the writer ready to recieve data in the given format, and gives the intended full length of the input if available, otherwise supplyingAudioSystem.NOT_SPECIFIED.
-
Method Details
-
metadata
Makes the writer ready to recieve data in the given format, and gives the intended full length of the input if available, otherwise supplyingAudioSystem.NOT_SPECIFIED. This method is to be called once per target.- Throws:
IOException
-