|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.AbstractFullBox
com.coremedia.iso.boxes.AbstractMediaHeaderBox
com.coremedia.iso.boxes.NullMediaHeaderBox
public class NullMediaHeaderBox
Streams other than visual and audio (e.g., timed metadata streams) may use a Null Media Header Box.
| Field Summary |
|---|
| Fields inherited from class com.coremedia.iso.boxes.AbstractBox |
|---|
deadBytes, type |
| Constructor Summary | |
|---|---|
NullMediaHeaderBox()
|
|
| Method Summary | |
|---|---|
void |
_parseDetails(java.nio.ByteBuffer content)
Implement the actual parsing of the box's fields here. |
protected void |
getContent(java.nio.ByteBuffer bb)
Writes the box's content into the given ByteBuffer. |
protected long |
getContentSize()
Gets the box's content size. |
| Methods inherited from class com.coremedia.iso.boxes.AbstractFullBox |
|---|
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags |
| Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
|---|
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parse, parseDetails, setDeadBytes, setParent, setUserType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.coremedia.iso.boxes.Box |
|---|
getBox, getParent, getSize, getType, parse, setParent |
| Constructor Detail |
|---|
public NullMediaHeaderBox()
| Method Detail |
|---|
protected long getContentSize()
AbstractBox
getContentSize in class AbstractBoxpublic void _parseDetails(java.nio.ByteBuffer content)
AbstractBoxAbstractBox.parseDetails() which encapsulates the call to this method with some safeguards.
_parseDetails in class AbstractBox
protected void getContent(java.nio.ByteBuffer bb)
throws java.io.IOException
AbstractBoxByteBuffer. This must include flags
and version in case of a full box. bb has been initialized with
getSize() bytes.
getContent in class AbstractBoxbb - the box's content-sink.
java.io.IOException - in case of an exception in the underlying OutputStream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||