Package io.antmedia.muxer.parser
Class AACConfigParser
java.lang.Object
io.antmedia.muxer.parser.Parser
io.antmedia.muxer.parser.AACConfigParser
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private int
protected static org.slf4j.Logger
private AACConfigParser.AudioObjectTypes
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
private int
Fields inherited from class io.antmedia.muxer.parser.Parser
currentBit, data, errorOccured, height, width
-
Constructor Summary
-
Method Summary
Methods inherited from class io.antmedia.muxer.parser.Parser
getHeight, getWidth, isErrorOccured, readBit, readBits, readByte, readExponentialGolombCode, readSE
-
Field Details
-
logger
protected static org.slf4j.Logger logger -
SAMPLE_RATE_96000
protected static final int SAMPLE_RATE_96000- See Also:
-
SAMPLE_RATE_88200
protected static final int SAMPLE_RATE_88200- See Also:
-
SAMPLE_RATE_64000
protected static final int SAMPLE_RATE_64000- See Also:
-
SAMPLE_RATE_48000
protected static final int SAMPLE_RATE_48000- See Also:
-
SAMPLE_RATE_44100
protected static final int SAMPLE_RATE_44100- See Also:
-
SAMPLE_RATE_32000
protected static final int SAMPLE_RATE_32000- See Also:
-
SAMPLE_RATE_24000
protected static final int SAMPLE_RATE_24000- See Also:
-
SAMPLE_RATE_22050
protected static final int SAMPLE_RATE_22050- See Also:
-
SAMPLE_RATE_16000
protected static final int SAMPLE_RATE_16000- See Also:
-
SAMPLE_RATE_12000
protected static final int SAMPLE_RATE_12000- See Also:
-
SAMPLE_RATE_11025
protected static final int SAMPLE_RATE_11025- See Also:
-
SAMPLE_RATE_8000
protected static final int SAMPLE_RATE_8000- See Also:
-
SAMPLE_RATE_7350
protected static final int SAMPLE_RATE_7350- See Also:
-
sampleRate
private int sampleRate -
channelCount
private int channelCount -
objectType
-
frameSize
private int frameSize
-
-
Constructor Details
-
AACConfigParser
public AACConfigParser(byte[] data, int offset)
-
-
Method Details