Interface EncoderChannelStreamLine.EncoderFactory
- Enclosing class:
EncoderChannelStreamLine
protected static interface EncoderChannelStreamLine.EncoderFactory
Factory interface for subclasses to provide the constructor with a way of producing an encoder handle.
-
Method Summary
Modifier and TypeMethodDescriptionlongcreate(ByteBuffer[] buf, int channels, int rate, int bips, int bufferSamples, WritableByteChannel bc)
-
Method Details
-
create
long create(ByteBuffer[] buf, int channels, int rate, int bips, int bufferSamples, WritableByteChannel bc) throws IOException, UnsupportedAudioFileException
-