|
||||||||||
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.sampleentry.SampleEntry
com.coremedia.iso.boxes.sampleentry.Ovc1VisualSampleEntryImpl
public class Ovc1VisualSampleEntryImpl
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Fields inherited from class com.coremedia.iso.boxes.sampleentry.SampleEntry |
---|
boxes |
Fields inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
deadBytes, type |
Constructor Summary | |
---|---|
protected |
Ovc1VisualSampleEntryImpl()
|
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.sampleentry.SampleEntry |
---|
_parseChildBoxes, _parseReservedAndDataReferenceIndex, _writeChildBoxes, _writeReservedAndDataReferenceIndex, addBox, getBoxes, getBoxes, getBoxes, getDataReferenceIndex, getNumOfBytesToFirstChild, parse, removeBox, setBoxes, setDataReferenceIndex, setType |
Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, 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.ContainerBox |
---|
getIsoFile, getParent |
Methods inherited from interface com.coremedia.iso.boxes.Box |
---|
getBox, getSize, getType, setParent |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
protected Ovc1VisualSampleEntryImpl()
Method Detail |
---|
protected long getContentSize()
AbstractBox
getContentSize
in class AbstractBox
public void _parseDetails(java.nio.ByteBuffer content)
AbstractBox
AbstractBox.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
AbstractBox
ByteBuffer
. This must include flags
and version in case of a full box. bb
has been initialized with
getSize()
bytes.
getContent
in class AbstractBox
bb
- 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 |