public interface AudioDecoder
Modifier and Type | Method and Description |
---|---|
AudioBuffer |
decodeFrame(ByteBuffer frame,
ByteBuffer dst) |
AudioCodecMeta |
getCodecMeta(ByteBuffer data) |
AudioBuffer decodeFrame(ByteBuffer frame, ByteBuffer dst) throws IOException
IOException
AudioCodecMeta getCodecMeta(ByteBuffer data) throws IOException
IOException
Copyright © 2019. All rights reserved.