public class AudioSampleEntry extends SampleEntry
Constructor and Description |
---|
AudioSampleEntry(java.lang.String name) |
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).
|
int |
getChannelCount() |
int |
getSampleRate() |
int |
getSampleSize() |
getDataReferenceIndex
getChild, getChildren, getChildren, getLeft, getName, getOffset, getParent, getSize, getType, hasChild, hasChildren, readChildren, readChildren, setParams, toString
public void decode(MP4InputStream in) throws java.io.IOException
BoxImpl
decode
in class SampleEntry
in
- an input streamjava.io.IOException
- if an error occurs while readingpublic int getChannelCount()
public int getSampleRate()
public int getSampleSize()