Modifier and Type | Method and Description |
---|---|
static AACException |
AACException.endOfStream() |
static AACException |
AACException.wrap(Exception e) |
Modifier and Type | Method and Description |
---|---|
void |
Decoder.decodeFrame(byte[] frame,
SampleBuffer buffer)
Decodes one frame of AAC data in frame mode and returns the raw PCM data.
|
static AACDecoderConfig |
AACDecoderConfig.parseMP4DecoderSpecificInfo(byte[] data)
Parses the input arrays as a DecoderSpecificInfo, as used in MP4
containers.
|
Constructor and Description |
---|
Decoder(byte[] decoderSpecificInfo)
Initializes the decoder with a MP4 decoder specific info.
|
Modifier and Type | Method and Description |
---|---|
void |
RVLC.decode(IBitStream _in,
ICStream ics,
int[][] scaleFactors) |
static void |
HCR.decodeReorderedSpectralData(ICStream ics,
IBitStream _in,
short[] spectralData,
boolean sectionDataResilience) |
void |
BitsBuffer.readSegment(int segwidth,
IBitStream _in) |
Constructor and Description |
---|
FilterBank(boolean smallFrames,
int channels) |
Modifier and Type | Method and Description |
---|---|
void |
GainControl.decode(IBitStream _in,
ICSInfo.WindowSequence winSeq) |
void |
GainControl.process(float[] data,
int winShape,
int winShapePrev,
ICSInfo.WindowSequence winSeq) |
Modifier and Type | Method and Description |
---|---|
static int |
Huffman.decodeScaleFactor(IBitStream _in) |
static void |
Huffman.decodeSpectralData(IBitStream _in,
int cb,
int[] data,
int off) |
Modifier and Type | Method and Description |
---|---|
int |
PS.decode(IBitStream ld) |
Modifier and Type | Method and Description |
---|---|
int |
SBR.decode(IBitStream ld,
int cnt) |
Modifier and Type | Method and Description |
---|---|
void |
NIOBitStream.byteAlign() |
void |
IBitStream.byteAlign() |
void |
BitStream.byteAlign() |
void |
SyntacticElements.decode(IBitStream _in) |
void |
PCE.decode(IBitStream _in) |
void |
ICSInfo.decode(IBitStream _in,
AACDecoderConfig conf,
boolean commonWindow) |
void |
ICStream.decode(IBitStream _in,
boolean commonWindow,
AACDecoderConfig conf) |
void |
ICSInfo.LTPrediction.decode(IBitStream _in,
ICSInfo info,
Profile profile) |
void |
ICStream.decodeScaleFactors(IBitStream _in) |
void |
ICStream.decodeSectionData(IBitStream _in,
boolean sectionDataResilienceUsed) |
float[] |
ICStream.getInvQuantData()
Does inverse quantization and applies the scale factors on the decoded
data.
|
static MSMask |
CPE.msMaskFromInt(int i) |
int |
NIOBitStream.peekBit() |
int |
IBitStream.peekBit() |
int |
BitStream.peekBit() |
int |
NIOBitStream.peekBits(int n) |
int |
IBitStream.peekBits(int n) |
int |
BitStream.peekBits(int n) |
void |
SyntacticElements.process(FilterBank filterBank) |
int |
NIOBitStream.readBit() |
int |
IBitStream.readBit() |
int |
BitStream.readBit() |
int |
NIOBitStream.readBits(int n) |
int |
IBitStream.readBits(int n) |
int |
BitStream.readBits(int n) |
boolean |
NIOBitStream.readBool() |
boolean |
IBitStream.readBool() |
boolean |
BitStream.readBool() |
protected int |
BitStream.readCache(boolean peek)
Reads the next four bytes.
|
protected void |
Element.readElementInstanceTag(IBitStream _in) |
void |
NIOBitStream.skipBit() |
void |
IBitStream.skipBit() |
void |
BitStream.skipBit() |
void |
NIOBitStream.skipBits(int n) |
void |
IBitStream.skipBits(int n) |
void |
BitStream.skipBits(int n) |
static ICSInfo.WindowSequence |
ICSInfo.windowSequenceFromInt(int i) |
Modifier and Type | Method and Description |
---|---|
void |
TNS.decode(IBitStream _in,
ICSInfo info) |
void |
ICPrediction.decode(IBitStream _in,
int maxSFB,
SampleFrequency sf) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ADIFHeader.isPresent(IBitStream _in) |
static ADIFHeader |
ADIFHeader.readHeader(IBitStream _in) |
Constructor and Description |
---|
AACDecoder(ByteBuffer decoderSpecific) |
Copyright © 2019. All rights reserved.