| Constructor and Description |
|---|
AppleLosslessBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(MP4InputStream in)
Decodes the given input stream by reading this box and all of its
children (if any).
|
long |
getBitRate() |
int |
getChannels() |
int |
getHistoryMult() |
int |
getInitialHistory() |
int |
getkModifier() |
long |
getMaxCodedFrameSize() |
long |
getMaxSamplePerFrame() |
long |
getSampleRate() |
int |
getSampleSize() |
getChild, getChildren, getChildren, getLeft, getName, getOffset, getParent, getSize, getType, hasChild, hasChildren, readChildren, readChildren, setParams, toStringpublic void decode(MP4InputStream in) throws java.io.IOException
BoxImplpublic long getMaxSamplePerFrame()
public int getSampleSize()
public int getHistoryMult()
public int getInitialHistory()
public int getkModifier()
public int getChannels()
public long getMaxCodedFrameSize()
public long getBitRate()
public long getSampleRate()