public abstract class SampleGroupDescriptionEntry extends BoxImpl
| Modifier | Constructor and Description |
|---|---|
protected |
SampleGroupDescriptionEntry(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
decode(MP4InputStream in)
Decodes the given input stream by reading this box and all of its
children (if any).
|
getChild, getChildren, getChildren, getLeft, getName, getOffset, getParent, getSize, getType, hasChild, hasChildren, readChildren, readChildren, setParams, toStringprotected SampleGroupDescriptionEntry(java.lang.String name)
public abstract void decode(MP4InputStream in) throws java.io.IOException
BoxImpl