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
AACException
public AudioBuffer decodeFrame(ByteBuffer frame, ByteBuffer dst) throws IOException
decodeFrame
in interface AudioDecoder
IOException
public AudioCodecMeta getCodecMeta(ByteBuffer data) throws IOException
getCodecMeta
in interface AudioDecoder
IOException
public static int probe(ByteBuffer data)
Copyright © 2019. All rights reserved.