public class AACDecoder extends Object implements AudioDecoder
| Constructor and Description |
|---|
AACDecoder(ByteBuffer decoderSpecific) |
| Modifier and Type | Method and Description |
|---|---|
AudioBuffer |
decodeFrame(ByteBuffer frame,
ByteBuffer dst) |
AudioCodecMeta |
getCodecMeta(ByteBuffer data) |
static int |
probe(ByteBuffer data) |
public AACDecoder(ByteBuffer decoderSpecific) throws AACException
AACExceptionpublic AudioBuffer decodeFrame(ByteBuffer frame, ByteBuffer dst) throws IOException
decodeFrame in interface AudioDecoderIOExceptionpublic AudioCodecMeta getCodecMeta(ByteBuffer data) throws IOException
getCodecMeta in interface AudioDecoderIOExceptionpublic static int probe(ByteBuffer data)
Copyright © 2019. All rights reserved.