|
||||||||||
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.AbstractContainerBox
com.coremedia.iso.boxes.TrackReferenceBox
public class TrackReferenceBox
Box Type: 'tref'
This box provides a reference from the containing track to another track in the presentation. These references
are typed. A 'hint' reference links from the containing hint track to the media data that it hints. A content
description reference 'cdsc' links a descriptive or metadata track to the content which it describes.
Exactly one Track Reference Box can be contained within the Track Box.
If this box is not present, the track is not referencing any other track in any way. The reference array is sized
to fill the reference type box.
Container: TrackBox
('trak')
Mandatory: No
Quantity: Zero or one
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Fields inherited from class com.coremedia.iso.boxes.AbstractContainerBox |
---|
boxes, boxParser |
Fields inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
deadBytes, type |
Constructor Summary | |
---|---|
TrackReferenceBox()
|
Method Summary |
---|
Methods inherited from class com.coremedia.iso.boxes.AbstractContainerBox |
---|
_parseDetails, addBox, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, parse, parseChildBoxes, removeBox, setBoxes, toString, writeChildBoxes |
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, 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 |
---|
public TrackReferenceBox()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |