public class Mp4AlacBox extends AbstractMp4Box
Modifier and Type | Field and Description |
---|---|
static int |
OTHER_FLAG_LENGTH |
dataBuffer, header
Constructor and Description |
---|
Mp4AlacBox(Mp4BoxHeader header,
ByteBuffer dataBuffer)
DataBuffer must start from from the start of the body
|
Modifier and Type | Method and Description |
---|---|
int |
getBitRate() |
int |
getChannels() |
int |
getHistoryMult() |
int |
getInitialHistory() |
int |
getKModifier() |
int |
getMaxCodedFrameSize() |
int |
getMaxSamplePerFrame() |
int |
getSampleRate() |
int |
getSampleSize() |
int |
getUnknown1() |
int |
getUnknown2() |
void |
processData() |
String |
toString() |
getData, getHeader
public static final int OTHER_FLAG_LENGTH
public Mp4AlacBox(Mp4BoxHeader header, ByteBuffer dataBuffer)
header
- header infodataBuffer
- data of box (doesnt include header data)public void processData() throws CannotReadException
CannotReadException
public int getMaxSamplePerFrame()
public int getUnknown1()
public int getSampleSize()
public int getHistoryMult()
public int getInitialHistory()
public int getKModifier()
public int getChannels()
public int getUnknown2()
public int getMaxCodedFrameSize()
public int getBitRate()
public int getSampleRate()
Copyright © 2005–2020 jthink.net. All rights reserved.